Searched defs:variable_type (Results 1 - 1 of 1) sorted by relevance

/art/runtime/lambda/
H A Dclosure.cc36 size_t Closure::GetCapturedVariableSize(ShortyFieldType variable_type, size_t offset) const { argument
37 switch (variable_type) {
43 DCHECK(variable_type.IsStaticSize());
44 return variable_type.GetStaticSize();
204 ShortyFieldType variable_type; local
206 GetCapturedVariableTypeAndOffset(index, &variable_type, &offset);
215 switch (variable_type) {
240 << static_cast<char>(variable_type);
250 ShortyFieldType variable_type; local
252 GetCapturedVariableTypeAndOffset(index, &variable_type,
281 ShortyFieldType variable_type; local
357 ShortyFieldType variable_type = variable_info.variable_type_; local
[all...]

Completed in 58 milliseconds