Searched refs:GetStackOffsetInBytes (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | stack_map_test.cc | 97 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/ |
D | dex_register_location.h | 62 int32_t GetStackOffsetInBytes() const { in GetStackOffsetInBytes() function
|
D | quick_exception_handler.cc | 370 int32_t slot_offset = catch_vreg_map[vreg].GetStackOffsetInBytes(); in SetCatchEnvironmentForOptimizedHandler() 622 const int32_t offset = vreg_map[vreg].GetStackOffsetInBytes(); in HandleOptimizingDeoptimization()
|
D | stack.cc | 325 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/ |
D | code_info_table_deduper_test.cc | 73 ASSERT_EQ(0, dex_register_map[0].GetStackOffsetInBytes()); in TEST()
|
/art/runtime/jit/ |
D | jit.cc | 428 int32_t slot_offset = vreg_map[vreg].GetStackOffsetInBytes(); in PrepareForOsr()
|