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

/art/runtime/
H A Dstack_map.h79 kInStack = 0, // 0b000 member in class:art::DexRegisterLocation::Kind
111 case Kind::kInStack:
134 case Kind::kInStack:
143 return Kind::kInStack;
212 if (kind == DexRegisterLocation::Kind::kInStack) {
281 if (kind == DexRegisterLocation::Kind::kInStack) {
301 case DexRegisterLocation::Kind::kInStack:
303 ? DexRegisterLocation::Kind::kInStack
335 case DexRegisterLocation::Kind::kInStack:
482 DCHECK(location.GetKind() == DexRegisterLocation::Kind::kInStack);
[all...]

Completed in 179 milliseconds