Searched refs:kInFpuRegister (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | dex_register_location.h | 38 kInFpuRegister, // vreg is in low 32 bits of an FPU register. enumerator 74 kind_ == Kind::kInFpuRegister || in GetMachineRegister()
|
D | dex_register_location.cc | 38 case Kind::kInFpuRegister: in operator <<()
|
D | check_reference_map_visitor.h | 121 case DexRegisterLocation::Kind::kInFpuRegister: in CheckOptimizedMethod()
|
D | quick_exception_handler.cc | 225 case DexRegisterLocation::Kind::kInFpuRegister: in ToVRegKind() 504 case DexRegisterLocation::Kind::kInFpuRegister: in HandleOptimizingDeoptimization()
|
D | stack.cc | 309 case DexRegisterLocation::Kind::kInFpuRegister: in GetVRegFromOptimizedCode() 344 case DexRegisterLocation::Kind::kInFpuRegister: in GetVRegFromOptimizedCode() 360 const bool is_float = (location_kind == DexRegisterLocation::Kind::kInFpuRegister) || in GetRegisterIfAccessible()
|
/art/compiler/debug/ |
D | elf_debug_loc_writer.h | 222 } else if (kind == Kind::kInFpuRegister) { in WriteDebugLocEntry() 224 piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegister && in WriteDebugLocEntry()
|
/art/compiler/optimizing/ |
D | stack_map_test.cc | 131 stream.AddDexRegisterEntry(Kind::kInFpuRegister, 3); // Short location. in TEST() 146 stream.AddDexRegisterEntry(Kind::kInFpuRegister, 3); // Short location, same in stack map 2. in TEST() 217 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map[1].GetKind()); in TEST() 224 ASSERT_EQ(Kind::kInFpuRegister, location1.GetKind()); in TEST() 282 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map[0].GetKind()); in TEST() 289 ASSERT_EQ(Kind::kInFpuRegister, location0.GetKind()); in TEST()
|
D | code_generator.cc | 1473 stack_map_stream->AddDexRegisterEntry(Kind::kInFpuRegister, id); in EmitVRegInfo() 1490 stack_map_stream->AddDexRegisterEntry(Kind::kInFpuRegister, low); in EmitVRegInfo() 1497 stack_map_stream->AddDexRegisterEntry(Kind::kInFpuRegister, high); in EmitVRegInfo()
|