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

/art/runtime/lambda/
H A Dclosure.cc51 inline Closure::VariableInfo Closure::ParseTypeDescriptor(const char* type_descriptor, function in class:art::lambda::Closure
179 ParseTypeDescriptor<VariableInfo::kCount>(GetCapturedVariablesTypeDescriptor(),
195 ParseTypeDescriptor<VariableInfo::kVariableType>(GetCapturedVariablesTypeDescriptor(),
337 ParseTypeDescriptor<VariableInfo::kOffset>(GetCapturedVariablesTypeDescriptor(),
354 ParseTypeDescriptor<kVariableTypeAndOffset>(GetCapturedVariablesTypeDescriptor(),
H A Dclosure.h123 inline VariableInfo ALWAYS_INLINE ParseTypeDescriptor(const char* type_descriptor,
126 // Convenience function to call ParseTypeDescriptor with just the type and offset.

Completed in 61 milliseconds