Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dclosure.cc51 inline Closure::VariableInfo Closure::ParseTypeDescriptor(const char* type_descriptor, in ParseTypeDescriptor() function in art::lambda::Closure
179 ParseTypeDescriptor<VariableInfo::kCount>(GetCapturedVariablesTypeDescriptor(), in GetNumberOfCapturedVariables()
195 ParseTypeDescriptor<VariableInfo::kVariableType>(GetCapturedVariablesTypeDescriptor(), in GetCapturedShortyType()
337 ParseTypeDescriptor<VariableInfo::kOffset>(GetCapturedVariablesTypeDescriptor(), in GetCapturedVariableOffset()
354 ParseTypeDescriptor<kVariableTypeAndOffset>(GetCapturedVariablesTypeDescriptor(), in GetCapturedVariableTypeAndOffset()
Dclosure.h123 inline VariableInfo ALWAYS_INLINE ParseTypeDescriptor(const char* type_descriptor, in PACKED()