Home
last modified time | relevance | path

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

/art/runtime/
Ddex_register_location.h39 kInFpuRegisterHigh, // vreg is in high 32 bits of an FPU register. enumerator
75 kind_ == Kind::kInFpuRegisterHigh); in GetMachineRegister()
Ddex_register_location.cc40 case Kind::kInFpuRegisterHigh: in operator <<()
Dcheck_reference_map_visitor.h104 case DexRegisterLocation::Kind::kInFpuRegisterHigh: in CheckOptimizedMethod()
Dquick_exception_handler.cc229 case DexRegisterLocation::Kind::kInFpuRegisterHigh: in ToVRegKind()
505 case DexRegisterLocation::Kind::kInFpuRegisterHigh: { in HandleOptimizingDeoptimization()
Dstack.cc316 case DexRegisterLocation::Kind::kInFpuRegisterHigh: { in GetVRegFromOptimizedCode()
353 case DexRegisterLocation::Kind::kInFpuRegisterHigh: in GetVRegFromOptimizedCode()
/art/compiler/debug/
Delf_debug_loc_writer.h231 if (piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegisterHigh && in WriteDebugLocEntry()
/art/compiler/optimizing/
Dstack_map_test.cc147 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()
Dcode_generator.cc1453 stack_map_stream->AddDexRegisterEntry(Kind::kInFpuRegisterHigh, id); in EmitVRegInfo()