Searched refs:kInRegisterHigh (Results 1 – 8 of 8) sorted by relevance
37 kInRegisterHigh, // vreg is in high 32 bits of a core physical register. enumerator73 kind_ == Kind::kInRegisterHigh || in GetMachineRegister()
36 case Kind::kInRegisterHigh: in operator <<()
118 case DexRegisterLocation::Kind::kInRegisterHigh: in CheckOptimizedMethod()
221 case DexRegisterLocation::Kind::kInRegisterHigh: in ToVRegKind()503 case DexRegisterLocation::Kind::kInRegisterHigh: in HandleOptimizingDeoptimization()
308 case DexRegisterLocation::Kind::kInRegisterHigh: in GetVRegFromOptimizedCode()343 case DexRegisterLocation::Kind::kInRegisterHigh: in GetVRegFromOptimizedCode()377 const bool is_high = (location_kind == DexRegisterLocation::Kind::kInRegisterHigh) || in GetRegisterIfAccessible()
218 if (piece == 0 && reg_hi.GetKind() == Kind::kInRegisterHigh && in WriteDebugLocEntry()
139 stream.AddDexRegisterEntry(Kind::kInRegisterHigh, 8); // Short location. in TEST()250 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map[1].GetKind()); in TEST()257 ASSERT_EQ(Kind::kInRegisterHigh, location1.GetKind()); in TEST()
1454 stack_map_stream->AddDexRegisterEntry(Kind::kInRegisterHigh, id); in EmitVRegInfo()