Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_reference_map_visitor.h91 case DexRegisterLocation::Kind::kInFpuRegisterHigh: in CheckOptimizedMethod()
Dstack_map.h83 kInFpuRegisterHigh = 4, // 0b100 enumerator
115 case Kind::kInFpuRegisterHigh: in IsShortLocationKind()
138 case Kind::kInFpuRegisterHigh: in ConvertToSurfaceKind()
313 case DexRegisterLocation::Kind::kInFpuRegisterHigh: in ComputeCompressedKind()
341 case DexRegisterLocation::Kind::kInFpuRegisterHigh: in CanBeEncodedAsShortLocation()
506 location.GetInternalKind() == DexRegisterLocation::Kind::kInFpuRegisterHigh) in GetMachineRegister()
Dquick_exception_handler.cc205 case DexRegisterLocation::Kind::kInFpuRegisterHigh: in ToVRegKind()
451 case DexRegisterLocation::Kind::kInFpuRegisterHigh: { in HandleOptimizingDeoptimization()
Dstack_map.cc44 case Kind::kInFpuRegisterHigh: in operator <<()
Dstack.cc311 case DexRegisterLocation::Kind::kInFpuRegisterHigh: { in GetVRegFromOptimizedCode()
/art/compiler/optimizing/
Dstack_map_test.cc170 stream.AddDexRegisterEntry(Kind::kInFpuRegisterHigh, 1); // Short location. in TEST()
383 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map.GetLocationKind( in TEST()
387 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map.GetLocationInternalKind( in TEST()
403 ASSERT_EQ(Kind::kInFpuRegisterHigh, location1.GetKind()); in TEST()
405 ASSERT_EQ(Kind::kInFpuRegisterHigh, location1.GetInternalKind()); in TEST()
Dcode_generator.cc1068 DexRegisterLocation::Kind::kInFpuRegisterHigh, id); in EmitEnvironment()
/art/compiler/debug/
Delf_debug_loc_writer.h241 if (piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegisterHigh && in WriteDebugLocEntry()