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

/art/runtime/
H A Dstack_map.h54 * - kInRegister: vreg stored in low 32 bits of a core physical register,
75 kInRegister = 1, // 0b001 member in class:art::DexRegisterLocation::Kind
107 case Kind::kInRegister:
130 case Kind::kInRegister:
301 case DexRegisterLocation::Kind::kInRegister:
333 case DexRegisterLocation::Kind::kInRegister:
497 DCHECK(location.GetInternalKind() == DexRegisterLocation::Kind::kInRegister ||

Completed in 50 milliseconds