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

  /art/runtime/
stack.cc 690 size_t return_pc_offset = GetCurrentQuickFrameInfo().GetReturnPcOffset(); local
691 CHECK_LT(return_pc_offset, frame_size);
817 size_t return_pc_offset = frame_size - sizeof(void*); local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 1044 size_t return_pc_offset = GetCalleeSaveReturnPcOffset(kRuntimeISA, CalleeSaveType::kSaveRefsOnly); local
    [all...]

Completed in 536 milliseconds