Home
last modified time | relevance | path

Searched refs:kInRegisterHigh (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Ddex_register_location.h37 kInRegisterHigh, // vreg is in high 32 bits of a core physical register. enumerator
73 kind_ == Kind::kInRegisterHigh || in GetMachineRegister()
Ddex_register_location.cc36 case Kind::kInRegisterHigh: in operator <<()
Dcheck_reference_map_visitor.h118 case DexRegisterLocation::Kind::kInRegisterHigh: in CheckOptimizedMethod()
Dquick_exception_handler.cc221 case DexRegisterLocation::Kind::kInRegisterHigh: in ToVRegKind()
503 case DexRegisterLocation::Kind::kInRegisterHigh: in HandleOptimizingDeoptimization()
Dstack.cc308 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()
/art/compiler/debug/
Delf_debug_loc_writer.h218 if (piece == 0 && reg_hi.GetKind() == Kind::kInRegisterHigh && in WriteDebugLocEntry()
/art/compiler/optimizing/
Dstack_map_test.cc139 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()
Dcode_generator.cc1454 stack_map_stream->AddDexRegisterEntry(Kind::kInRegisterHigh, id); in EmitVRegInfo()