Searched refs:GetStackOffsetInBytes (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | stack_map_test.cc | 91 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() 590 ASSERT_EQ(0, dex_registers0[0].GetStackOffsetInBytes()); in TEST() 602 ASSERT_EQ(8, dex_registers1[0].GetStackOffsetInBytes()); in TEST() 606 ASSERT_EQ(16, dex_registers2[0].GetStackOffsetInBytes()); in TEST() 617 ASSERT_EQ(56, dex_registers0[0].GetStackOffsetInBytes()); in TEST() 631 ASSERT_EQ(12, dex_registers1[0].GetStackOffsetInBytes()); in TEST() 635 ASSERT_EQ(80, dex_registers2[0].GetStackOffsetInBytes()); in TEST() 657 ASSERT_EQ(56, dex_registers0[0].GetStackOffsetInBytes()); in TEST()
|
/art/runtime/ |
D | dex_register_location.h | 61 int32_t GetStackOffsetInBytes() const { in GetStackOffsetInBytes() function
|
D | quick_exception_handler.cc | 292 int32_t slot_offset = catch_vreg_map[vreg].GetStackOffsetInBytes(); in SetCatchEnvironmentForOptimizedHandler() 493 const int32_t offset = vreg_map[vreg].GetStackOffsetInBytes(); in HandleOptimizingDeoptimization()
|
D | stack.cc | 291 const int32_t offset = dex_register_map[vreg].GetStackOffsetInBytes(); in GetVRegFromOptimizedCode() 339 *val = *reinterpret_cast<const uint32_t*>(sp + location.GetStackOffsetInBytes()); in GetVRegFromOptimizedCode()
|
/art/dex2oat/linker/ |
D | code_info_table_deduper_test.cc | 68 ASSERT_EQ(0, dex_register_map[0].GetStackOffsetInBytes()); in TEST()
|
/art/runtime/jit/ |
D | jit.cc | 529 int32_t slot_offset = vreg_map[vreg].GetStackOffsetInBytes(); in PrepareForOsr()
|