Home
last modified time | relevance | path

Searched refs:GetLocationInternalKind (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dstack_map_test.cc103 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/
Dstack_map.cc56 DexRegisterLocation::Kind DexRegisterMap::GetLocationInternalKind( in GetLocationInternalKind() function in art::DexRegisterMap
67 return dex_register_location_catalog.GetLocationInternalKind(location_catalog_entry_index); in GetLocationInternalKind()
Dstack_map.h262 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,
Dquick_exception_handler.cc476 << vreg_map.GetLocationInternalKind(vreg, in HandleOptimizingDeoptimization()
Dstack.cc324 << dex_register_map.GetLocationInternalKind(vreg, in GetVRegFromOptimizedCode()