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

/art/runtime/
H A Dstack_map.h60 * - kInFpuRegisterHigh: vreg stored in high 32 bits of an FPU register,
78 kInFpuRegisterHigh = 4, // 0b100 member in class:art::DexRegisterLocation::Kind
110 case Kind::kInFpuRegisterHigh:
133 case Kind::kInFpuRegisterHigh:
308 case DexRegisterLocation::Kind::kInFpuRegisterHigh:
336 case DexRegisterLocation::Kind::kInFpuRegisterHigh:
500 location.GetInternalKind() == DexRegisterLocation::Kind::kInFpuRegisterHigh)

Completed in 42 milliseconds