Searched refs:GetStaticClosureSize (Results 1 – 3 of 3) sorted by relevance
49 size_t GetStaticClosureSize() const { in GetStaticClosureSize() function
105 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()
129 DCHECK(GetSize() == target_method->GetStaticClosureSize()); in CreateInPlace()