Searched refs:GetCapturedClosureSize (Results 1 - 2 of 2) sorted by relevance

/art/runtime/lambda/
H A Dclosure.h91 size_t GetCapturedClosureSize(size_t index) const;
94 // The destination must have enough room for the closure (see GetCapturedClosureSize).
H A Dclosure.cc312 size_t Closure::GetCapturedClosureSize(size_t index) const { function in class:art::lambda::Closure

Completed in 197 milliseconds