Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_test.cc104 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind( in TEST()
106 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()
220 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind( in TEST()
222 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()
279 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind( in TEST()
281 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind( in TEST()
333 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind( in TEST()
335 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationInternalKind( in TEST()
387 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind( in TEST()
389 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()
Dquick_exception_handler.cc480 << vreg_map.GetLocationInternalKind(vreg, in HandleOptimizingDeoptimization()
Dstack.cc278 << dex_register_map.GetLocationInternalKind(vreg, in GetVRegFromOptimizedCode()