Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc211 InstallStackVisitor(Thread* thread_in, Context* context, uintptr_t instrumentation_exit_pc) in InstrumentationInstallStack()
214 instrumentation_exit_pc_(instrumentation_exit_pc), in InstrumentationInstallStack()
340 uintptr_t instrumentation_exit_pc = reinterpret_cast<uintptr_t>(GetQuickInstrumentationExitPc()); in InstrumentationInstallStack() local
341 InstallStackVisitor visitor(thread, context.get(), instrumentation_exit_pc); in InstrumentationInstallStack()
376 RestoreStackVisitor(Thread* thread_in, uintptr_t instrumentation_exit_pc, in InstrumentationRestoreStack()
380 instrumentation_exit_pc_(instrumentation_exit_pc), in InstrumentationRestoreStack()
450 uintptr_t instrumentation_exit_pc = in InstrumentationRestoreStack() local
452 RestoreStackVisitor visitor(thread, instrumentation_exit_pc, instrumentation); in InstrumentationRestoreStack()