Searched refs:GetLocationInternalKind (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | stack_map_test.cc | 103 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind( in TEST() 105 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST() 218 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind( in TEST() 220 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST() 277 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind( in TEST() 279 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind( in TEST() 331 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind( in TEST() 333 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationInternalKind( in TEST() 385 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind( in TEST() 387 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map.GetLocationInternalKind( in TEST() [all …]
|
/art/runtime/ |
D | stack_map.cc | 56 DexRegisterLocation::Kind DexRegisterMap::GetLocationInternalKind( in GetLocationInternalKind() function in art::DexRegisterMap 67 return dex_register_location_catalog.GetLocationInternalKind(location_catalog_entry_index); in GetLocationInternalKind()
|
D | stack_map.h | 262 DexRegisterLocation::Kind GetLocationInternalKind(size_t location_catalog_entry_index) const { in GetLocationInternalKind() function 461 GetLocationInternalKind(dex_register_number, number_of_dex_registers, code_info, enc)); in GetLocationKind() 465 DexRegisterLocation::Kind GetLocationInternalKind(uint16_t dex_register_number,
|
D | quick_exception_handler.cc | 476 << vreg_map.GetLocationInternalKind(vreg, in HandleOptimizingDeoptimization()
|
D | stack.cc | 324 << dex_register_map.GetLocationInternalKind(vreg, in GetVRegFromOptimizedCode()
|