Searched refs:slot_offset (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jit/
H A Djit.cc546 int32_t slot_offset = vreg_map.GetStackOffsetInBytes(vreg, local
550 DCHECK_LT(slot_offset, static_cast<int32_t>(frame_size));
551 DCHECK_GT(slot_offset, 0);
552 (reinterpret_cast<int32_t*>(memory))[slot_offset / sizeof(int32_t)] = vreg_value;
/art/runtime/
H A Dquick_exception_handler.cc272 int32_t slot_offset = catch_vreg_map.GetStackOffsetInBytes(vreg, local
277 uint8_t* slot_address = reinterpret_cast<uint8_t*>(frame_top) + slot_offset;
/art/runtime/gc/allocator/
H A Drosalloc.cc844 uintptr_t slot_offset = reinterpret_cast<uintptr_t>(slot) - local
846 DCHECK_EQ(slot_offset % bracket_size, 0U);
847 uintptr_t slot_idx = slot_offset / bracket_size;

Completed in 182 milliseconds