HomeSort by relevance Sort by last modified time
    Searched refs:GetCapturedVariablesTypeDescriptor (Results 1 - 4 of 4) sorted by null

  /art/runtime/lambda/
art_lambda_method.h 55 const char* GetCapturedVariablesTypeDescriptor() const {
closure.cc 179 ParseTypeDescriptor<VariableInfo::kCount>(GetCapturedVariablesTypeDescriptor(),
187 const char* Closure::GetCapturedVariablesTypeDescriptor() const {
188 return lambda_info_->GetCapturedVariablesTypeDescriptor();
195 ParseTypeDescriptor<VariableInfo::kVariableType>(GetCapturedVariablesTypeDescriptor(),
337 ParseTypeDescriptor<VariableInfo::kOffset>(GetCapturedVariablesTypeDescriptor(),
354 ParseTypeDescriptor<kVariableTypeAndOffset>(GetCapturedVariablesTypeDescriptor(),
closure.h 70 const char* GetCapturedVariablesTypeDescriptor() const;
closure_test.cc 285 EXPECT_STREQ(descriptor, closure->GetCapturedVariablesTypeDescriptor());

Completed in 47 milliseconds