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

/art/runtime/
H A Dstack_map.h65 * - kInFpuRegister: vreg stored in low 32 bits of an FPU register,
84 kInFpuRegister = 3, // 0b011 member in class:art::DexRegisterLocation::Kind
116 case Kind::kInFpuRegister:
139 case Kind::kInFpuRegister:
314 case DexRegisterLocation::Kind::kInFpuRegister:
342 case DexRegisterLocation::Kind::kInFpuRegister:
507 location.GetInternalKind() == DexRegisterLocation::Kind::kInFpuRegister ||

Completed in 144 milliseconds