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

/art/runtime/
H A Dstack_map.h63 * - kInRegisterHigh: vreg stored in high 32 bits of a core physical register,
83 kInRegisterHigh = 2, // 0b010 member in class:art::DexRegisterLocation::Kind
115 case Kind::kInRegisterHigh:
138 case Kind::kInRegisterHigh:
309 case DexRegisterLocation::Kind::kInRegisterHigh:
341 case DexRegisterLocation::Kind::kInRegisterHigh:
506 location.GetInternalKind() == DexRegisterLocation::Kind::kInRegisterHigh ||

Completed in 32 milliseconds