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

/art/runtime/
H A Dstack_map.h81 kInStack = 0, // 0b000 member in class:art::DexRegisterLocation::Kind
113 case Kind::kInStack:
136 case Kind::kInStack:
145 return Kind::kInStack;
214 if (kind == DexRegisterLocation::Kind::kInStack) {
283 if (kind == DexRegisterLocation::Kind::kInStack) {
303 case DexRegisterLocation::Kind::kInStack:
305 ? DexRegisterLocation::Kind::kInStack
337 case DexRegisterLocation::Kind::kInStack:
484 DCHECK(location.GetKind() == DexRegisterLocation::Kind::kInStack);
[all...]

Completed in 55 milliseconds