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

  /art/runtime/jit/
jit.cc 493 int32_t slot_offset = vreg_map.GetStackOffsetInBytes(vreg, local
497 DCHECK_LT(slot_offset, static_cast<int32_t>(frame_size));
498 DCHECK_GT(slot_offset, 0);
499 (reinterpret_cast<int32_t*>(memory))[slot_offset / sizeof(int32_t)] = vreg_value;
  /external/v8/src/
deoptimizer.cc 3197 int slot_offset = local
3209 int slot_offset = local
3221 int slot_offset = local
3232 int slot_offset = local
3243 int slot_offset = local
3266 int slot_offset = JavaScriptFrameConstants::kFunctionOffset; local
    [all...]
  /art/runtime/
quick_exception_handler.cc 267 int32_t slot_offset = catch_vreg_map.GetStackOffsetInBytes(vreg, local
272 uint8_t* slot_address = reinterpret_cast<uint8_t*>(frame_top) + slot_offset;
  /art/runtime/gc/allocator/
rosalloc.cc 850 uintptr_t slot_offset = reinterpret_cast<uintptr_t>(slot) - local
    [all...]

Completed in 73 milliseconds