OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:return_pc_offset
(Results
1 - 2
of
2
) sorted by null
/art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc
58
size_t
return_pc_offset
= GetCalleeSaveReturnPcOffset(kRuntimeISA, Runtime::kRefsOnly);
local
60
return_pc_offset
);
/art/runtime/
stack.cc
707
size_t
return_pc_offset
= GetCurrentQuickFrameInfo().GetReturnPcOffset();
local
708
CHECK_LT(
return_pc_offset
, frame_size);
830
size_t
return_pc_offset
= frame_size - sizeof(void*);
local
[
all
...]
Completed in 177 milliseconds