Home
last modified time | relevance | path

Searched defs:caller_pc (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.cc187 uintptr_t caller_pc = *reinterpret_cast<uintptr_t*>( in DoGetCalleeSaveMethodOuterCallerAndPc() local
194 uintptr_t caller_pc, in DoGetCalleeSaveMethodCaller()
242 uintptr_t caller_pc = outer_caller_and_pc.second; in GetCalleeSaveMethodCaller() local
254 uintptr_t caller_pc = outer_caller_and_pc.second; in GetCalleeSaveMethodCallerAndOuterMethod() local
/art/runtime/
Dnth_caller_visitor.h62 uintptr_t caller_pc; member
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc804 uintptr_t caller_pc = QuickArgumentVisitor::GetCallingPc(sp); in artQuickToInterpreterBridge() local