Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dart_lambda_method.h65 const char* GetCapturedVariablesShortyTypeDescriptor() const { in GetCapturedVariablesShortyTypeDescriptor() function
Dclosure_builder.cc150 const char* shorty_types = target_method->GetCapturedVariablesShortyTypeDescriptor(); in WriteValues()