Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_test.cc91 ASSERT_EQ(0, dex_register_map[0].GetStackOffsetInBytes()); in TEST()
179 ASSERT_EQ(0, dex_register_map[0].GetStackOffsetInBytes()); in TEST()
349 ASSERT_EQ(0, map[0].GetStackOffsetInBytes()); in TEST()
592 ASSERT_EQ(0, dex_registers0[0].GetStackOffsetInBytes()); in TEST()
604 ASSERT_EQ(8, dex_registers1[0].GetStackOffsetInBytes()); in TEST()
608 ASSERT_EQ(16, dex_registers2[0].GetStackOffsetInBytes()); in TEST()
619 ASSERT_EQ(56, dex_registers0[0].GetStackOffsetInBytes()); in TEST()
633 ASSERT_EQ(12, dex_registers1[0].GetStackOffsetInBytes()); in TEST()
637 ASSERT_EQ(80, dex_registers2[0].GetStackOffsetInBytes()); in TEST()
659 ASSERT_EQ(56, dex_registers0[0].GetStackOffsetInBytes()); in TEST()
[all …]
/art/runtime/
Ddex_register_location.h61 int32_t GetStackOffsetInBytes() const { in GetStackOffsetInBytes() function
Dquick_exception_handler.cc292 int32_t slot_offset = catch_vreg_map[vreg].GetStackOffsetInBytes(); in SetCatchEnvironmentForOptimizedHandler()
493 const int32_t offset = vreg_map[vreg].GetStackOffsetInBytes(); in HandleOptimizingDeoptimization()
Dstack.cc297 const int32_t offset = dex_register_map[vreg].GetStackOffsetInBytes(); in GetVRegFromOptimizedCode()
347 *val = *reinterpret_cast<const uint32_t*>(sp + location.GetStackOffsetInBytes()); in GetVRegFromOptimizedCode()
/art/runtime/jit/
Djit.cc543 int32_t slot_offset = vreg_map[vreg].GetStackOffsetInBytes(); in PrepareForOsr()