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

  /art/runtime/jit/
jit.cc 514 int32_t slot_offset = vreg_map.GetStackOffsetInBytes(vreg, local
518 DCHECK_LT(slot_offset, static_cast<int32_t>(frame_size));
519 DCHECK_GT(slot_offset, 0);
520 (reinterpret_cast<int32_t*>(memory))[slot_offset / sizeof(int32_t)] = vreg_value;
  /art/runtime/
quick_exception_handler.cc 270 int32_t slot_offset = catch_vreg_map.GetStackOffsetInBytes(vreg, local
275 uint8_t* slot_address = reinterpret_cast<uint8_t*>(frame_top) + slot_offset;
  /art/runtime/gc/allocator/
rosalloc.cc 843 uintptr_t slot_offset = reinterpret_cast<uintptr_t>(slot) - local
    [all...]
  /external/v8/src/
deoptimizer.cc 3436 int slot_offset = local
3448 int slot_offset = local
3460 int slot_offset = local
3471 int slot_offset = local
3482 int slot_offset = local
3493 int slot_offset = local
    [all...]

Completed in 1070 milliseconds