Home
last modified time | relevance | path

Searched refs:IsDynamicSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/lambda/
Dart_lambda_method.h71 bool IsDynamicSize() const { in IsDynamicSize() function
79 return !IsDynamicSize(); in IsStaticSize()
Dclosure_builder.cc104 DCHECK_EQ(is_dynamic_size_, target_method->IsDynamicSize()); in CreateInPlace()