Searched refs:GetClosureSize (Results 1 – 2 of 2) sorted by relevance
40 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
156 static size_t GetClosureSize(const uint8_t* closure); in PACKED()