Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dclosure.cc105 const size_t static_closure_size = lambda_info_->GetStaticClosureSize(); in GetSize()
106 if (LIKELY(lambda_info_->IsStaticSize())) { in GetSize()
128 return const_cast<ArtMethod*>(lambda_info_->GetArtMethod()); in GetTargetMethod()
188 return lambda_info_->GetCapturedVariablesTypeDescriptor(); in GetCapturedVariablesTypeDescriptor()
386 memcpy(&closure_info, closure + offsetof(Closure, lambda_info_), sizeof(closure_info)); in GetClosureSize()
406 if (LIKELY(lambda_info_->IsStaticSize())) { in GetStartingOffset()
Dclosure.h161 ArtLambdaMethod* lambda_info_; in PACKED() local
Dclosure_builder.cc111 closure->lambda_info_ = target_method; in CreateInPlace()
Dclosure_test.cc104 closure_ptr->lambda_info_ = lambda_method; in CreateClosureStaticVariables()