Home
last modified time | relevance | path

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

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