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

/art/runtime/
H A Dstack_map.h61 * - kInRegister: vreg stored in low 32 bits of a core physical register,
82 kInRegister = 1, // 0b001 member in class:art::DexRegisterLocation::Kind
114 case Kind::kInRegister:
137 case Kind::kInRegister:
308 case DexRegisterLocation::Kind::kInRegister:
340 case DexRegisterLocation::Kind::kInRegister:
505 DCHECK(location.GetInternalKind() == DexRegisterLocation::Kind::kInRegister ||

Completed in 198 milliseconds