Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dclosure_builder.cc150 const char* shorty_types = target_method->GetCapturedVariablesShortyTypeDescriptor(); in WriteValues() local
151 DCHECK_STREQ(shorty_types, shorty_types_.c_str()); in WriteValues()
160 ShortyFieldType shorty{shorty_types[i]}; // NOLINT [readability/braces] [4] in WriteValues()
202 DCHECK_EQ('\0', shorty_types[shorty_count]); in WriteValues()