Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dclosure.cc77 if (flags & VariableInfo::kVariableType) { in ParseTypeDescriptor()
195 ParseTypeDescriptor<VariableInfo::kVariableType>(GetCapturedVariablesTypeDescriptor(), in GetCapturedShortyType()
352 static_cast<VariableInfo::Flags>(VariableInfo::kVariableType | VariableInfo::kOffset); in GetCapturedVariableTypeAndOffset()
Dclosure.h111 kVariableType = 0x2, in PACKED() enumerator