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

  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 59 size_t return_pc_offset = GetCalleeSaveReturnPcOffset(kRuntimeISA, Runtime::kSaveRefsOnly); local
61 return_pc_offset);
  /art/runtime/
stack.cc 734 size_t return_pc_offset = GetCurrentQuickFrameInfo().GetReturnPcOffset(); local
735 CHECK_LT(return_pc_offset, frame_size);
861 size_t return_pc_offset = frame_size - sizeof(void*); local
    [all...]

Completed in 785 milliseconds