Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dart_lambda_method.cc43 ShortyFieldType shorty_field{*shorty}; // NOLINT [readability/braces] [4] in ArtLambdaMethod() local
44 size += shorty_field.GetStaticSize(); in ArtLambdaMethod()
45 static_size &= shorty_field.IsStaticSize(); in ArtLambdaMethod()