Home
last modified time | relevance | path

Searched refs:GetStaticClosureSize (Results 1 – 3 of 3) sorted by relevance

/art/runtime/lambda/
Dart_lambda_method.h49 size_t GetStaticClosureSize() const { in GetStaticClosureSize() function
Dclosure.cc105 const size_t static_closure_size = lambda_info_->GetStaticClosureSize(); in GetSize()
389 return closure_info->GetStaticClosureSize(); in GetClosureSize()
400 DCHECK_GE(dynamic_size, closure_info->GetStaticClosureSize()); in GetClosureSize()
Dclosure_builder.cc129 DCHECK(GetSize() == target_method->GetStaticClosureSize()); in CreateInPlace()