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

/art/runtime/
H A Dstack_map.h74 kInStack = 0, // 0b000 member in class:art::DexRegisterLocation::Kind
106 case Kind::kInStack:
129 case Kind::kInStack:
138 return Kind::kInStack;
207 if (kind == DexRegisterLocation::Kind::kInStack) {
276 if (kind == DexRegisterLocation::Kind::kInStack) {
296 case DexRegisterLocation::Kind::kInStack:
298 ? DexRegisterLocation::Kind::kInStack
330 case DexRegisterLocation::Kind::kInStack:
476 DCHECK(location.GetKind() == DexRegisterLocation::Kind::kInStack);
[all...]

Completed in 22 milliseconds