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

/art/runtime/lambda/
H A Dclosure.h134 size_t GetCapturedVariableSize(ShortyFieldType variable_type, size_t offset) const;
H A Dclosure.cc36 size_t Closure::GetCapturedVariableSize(ShortyFieldType variable_type, size_t offset) const { function in class:art::lambda::Closure
69 prev_offset = GetCapturedVariableSize(last_type, offset);

Completed in 4 milliseconds