Home
last modified time | relevance | path

Searched refs:GetClosureSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/lambda/
Dclosure.cc40 return GetClosureSize(GetUnsafeAtOffset<Closure>(offset)); in GetCapturedVariableSize()
317 size_t closure_size = GetClosureSize(captured_ptr + offset); in GetCapturedClosureSize()
327 size_t closure_size = GetClosureSize(captured_ptr + offset); in CopyCapturedClosure()
376 size_t Closure::GetClosureSize(const uint8_t* closure) { in GetClosureSize() function in art::lambda::Closure
Dclosure.h156 static size_t GetClosureSize(const uint8_t* closure); in PACKED()