Searched refs:GetCapturedVariablesTypeDescriptor (Results 1 - 4 of 4) sorted by relevance

/art/runtime/lambda/
H A Dart_lambda_method.h55 const char* GetCapturedVariablesTypeDescriptor() const { function in class:art::lambda::ArtLambdaMethod
H A Dclosure.cc179 ParseTypeDescriptor<VariableInfo::kCount>(GetCapturedVariablesTypeDescriptor(),
187 const char* Closure::GetCapturedVariablesTypeDescriptor() const { function in class:art::lambda::Closure
188 return lambda_info_->GetCapturedVariablesTypeDescriptor();
195 ParseTypeDescriptor<VariableInfo::kVariableType>(GetCapturedVariablesTypeDescriptor(),
337 ParseTypeDescriptor<VariableInfo::kOffset>(GetCapturedVariablesTypeDescriptor(),
354 ParseTypeDescriptor<kVariableTypeAndOffset>(GetCapturedVariablesTypeDescriptor(),
H A Dclosure.h70 const char* GetCapturedVariablesTypeDescriptor() const;
H A Dclosure_test.cc285 EXPECT_STREQ(descriptor, closure->GetCapturedVariablesTypeDescriptor());

Completed in 55 milliseconds