Searched refs:lambda_info_ (Results 1 – 4 of 4) sorted by relevance
105 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()
161 ArtLambdaMethod* lambda_info_; in PACKED() local
111 closure->lambda_info_ = target_method; in CreateInPlace()
104 closure_ptr->lambda_info_ = lambda_method; in CreateClosureStaticVariables()