Searched refs:ParseTypeDescriptor (Results 1 – 2 of 2) sorted by relevance
51 inline Closure::VariableInfo Closure::ParseTypeDescriptor(const char* type_descriptor, in ParseTypeDescriptor() function in art::lambda::Closure179 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()
123 inline VariableInfo ALWAYS_INLINE ParseTypeDescriptor(const char* type_descriptor, in PACKED()