Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A 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()
/aosp_15_r20/art/runtime/
H A Ddex_register_location.h62 int32_t GetStackOffsetInBytes() const { in GetStackOffsetInBytes() function
H A 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()
H A Dstack.cc338 const int32_t offset = dex_register_map[vreg].GetStackOffsetInBytes(); in GetVRegFromOptimizedCode()
386 *val = *reinterpret_cast<const uint32_t*>(sp + location.GetStackOffsetInBytes()); in GetVRegFromOptimizedCode()
/aosp_15_r20/art/dex2oat/linker/
H A Dcode_info_table_deduper_test.cc73 ASSERT_EQ(0, dex_register_map[0].GetStackOffsetInBytes()); in TEST()
/aosp_15_r20/art/runtime/jit/
H A Djit.cc432 int32_t slot_offset = vreg_map[vreg].GetStackOffsetInBytes(); in PrepareForOsr()