Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_test.cc97 ASSERT_EQ(0, dex_register_map[0].GetStackOffsetInBytes()); in TEST()
190 ASSERT_EQ(0, dex_register_map[0].GetStackOffsetInBytes()); in TEST()
365 ASSERT_EQ(0, map[0].GetStackOffsetInBytes()); in TEST()
626 ASSERT_EQ(0, dex_registers0[0].GetStackOffsetInBytes()); in TEST()
638 ASSERT_EQ(8, dex_registers1[0].GetStackOffsetInBytes()); in TEST()
642 ASSERT_EQ(16, dex_registers2[0].GetStackOffsetInBytes()); in TEST()
653 ASSERT_EQ(56, dex_registers0[0].GetStackOffsetInBytes()); in TEST()
667 ASSERT_EQ(12, dex_registers1[0].GetStackOffsetInBytes()); in TEST()
671 ASSERT_EQ(80, dex_registers2[0].GetStackOffsetInBytes()); in TEST()
693 ASSERT_EQ(56, dex_registers0[0].GetStackOffsetInBytes()); in TEST()
/art/runtime/
Ddex_register_location.h62 int32_t GetStackOffsetInBytes() const { in GetStackOffsetInBytes() function
Dquick_exception_handler.cc370 int32_t slot_offset = catch_vreg_map[vreg].GetStackOffsetInBytes(); in SetCatchEnvironmentForOptimizedHandler()
622 const int32_t offset = vreg_map[vreg].GetStackOffsetInBytes(); in HandleOptimizingDeoptimization()
Dstack.cc325 const int32_t offset = dex_register_map[vreg].GetStackOffsetInBytes(); in GetVRegFromOptimizedCode()
373 *val = *reinterpret_cast<const uint32_t*>(sp + location.GetStackOffsetInBytes()); in GetVRegFromOptimizedCode()
/art/dex2oat/linker/
Dcode_info_table_deduper_test.cc73 ASSERT_EQ(0, dex_register_map[0].GetStackOffsetInBytes()); in TEST()
/art/runtime/jit/
Djit.cc428 int32_t slot_offset = vreg_map[vreg].GetStackOffsetInBytes(); in PrepareForOsr()