Home
last modified time | relevance | path

Searched refs:PopInstrumentationStackFrame (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_instrumentation_entrypoints.cc69 TwoWordReturn return_or_deoptimize_pc = instrumentation->PopInstrumentationStackFrame( in artInstrumentationMethodExitFromCode()
/art/runtime/
Dinstrumentation.h327 TwoWordReturn PopInstrumentationStackFrame(Thread* self, uintptr_t* return_pc,
Dinstrumentation.cc1055 TwoWordReturn Instrumentation::PopInstrumentationStackFrame(Thread* self, uintptr_t* return_pc, in PopInstrumentationStackFrame() function in art::instrumentation::Instrumentation