Home
last modified time | relevance | path

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

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