Searched refs:kInFpuRegisterHigh (Results 1 – 8 of 8) sorted by relevance
39 kInFpuRegisterHigh, // vreg is in high 32 bits of an FPU register. enumerator75 kind_ == Kind::kInFpuRegisterHigh); in GetMachineRegister()
40 case Kind::kInFpuRegisterHigh: in operator <<()
122 case DexRegisterLocation::Kind::kInFpuRegisterHigh: in CheckOptimizedMethod()
310 case DexRegisterLocation::Kind::kInFpuRegisterHigh: { in GetVRegFromOptimizedCode()345 case DexRegisterLocation::Kind::kInFpuRegisterHigh: in GetVRegFromOptimizedCode()361 (location_kind == DexRegisterLocation::Kind::kInFpuRegisterHigh); in GetRegisterIfAccessible()366 reg = (location_kind == DexRegisterLocation::Kind::kInFpuRegisterHigh) in GetRegisterIfAccessible()378 (location_kind == DexRegisterLocation::Kind::kInFpuRegisterHigh); in GetRegisterIfAccessible()
229 case DexRegisterLocation::Kind::kInFpuRegisterHigh: in ToVRegKind()505 case DexRegisterLocation::Kind::kInFpuRegisterHigh: { in HandleOptimizingDeoptimization()
231 if (piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegisterHigh && in WriteDebugLocEntry()
147 stream.AddDexRegisterEntry(Kind::kInFpuRegisterHigh, 1); // Short location. in TEST()283 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map[1].GetKind()); in TEST()290 ASSERT_EQ(Kind::kInFpuRegisterHigh, location1.GetKind()); in TEST()
1475 stack_map_stream->AddDexRegisterEntry(Kind::kInFpuRegisterHigh, id); in EmitVRegInfo()