HomeSort by relevance Sort by last modified time
    Searched refs:GetStackOffsetInBytes (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
stack_map_test.cc 107 ASSERT_EQ(0, dex_register_map.GetStackOffsetInBytes(
222 ASSERT_EQ(0, dex_register_map.GetStackOffsetInBytes(
480 ASSERT_EQ(0, map.GetStackOffsetInBytes(0, number_of_dex_registers, code_info, encoding));
    [all...]
  /art/runtime/
quick_exception_handler.cc 270 int32_t slot_offset = catch_vreg_map.GetStackOffsetInBytes(vreg,
436 const int32_t offset = vreg_map.GetStackOffsetInBytes(vreg,
stack.cc 300 const int32_t offset = dex_register_map.GetStackOffsetInBytes(vreg,
    [all...]
stack_map.h 476 int32_t GetStackOffsetInBytes(uint16_t dex_register_number,
    [all...]
  /art/runtime/jit/
jit.cc 514 int32_t slot_offset = vreg_map.GetStackOffsetInBytes(vreg,

Completed in 96 milliseconds