Searched refs:GetCapturedVariablesTypeDescriptor (Results 1 – 4 of 4) sorted by relevance
179 ParseTypeDescriptor<VariableInfo::kCount>(GetCapturedVariablesTypeDescriptor(), in GetNumberOfCapturedVariables()187 const char* Closure::GetCapturedVariablesTypeDescriptor() const { in GetCapturedVariablesTypeDescriptor() function in art::lambda::Closure188 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()
55 const char* GetCapturedVariablesTypeDescriptor() const { in GetCapturedVariablesTypeDescriptor() function
70 const char* GetCapturedVariablesTypeDescriptor() const; in PACKED()
285 EXPECT_STREQ(descriptor, closure->GetCapturedVariablesTypeDescriptor()); in TestPrimitiveWithClosure()