Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dart_lambda_method.h72 return dynamic_size_; in IsDynamicSize()
105 bool dynamic_size_; variable
Dart_lambda_method.cc55 dynamic_size_ = !static_size; in ArtLambdaMethod()