Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc272 InstallStackVisitor(Thread* thread_in, Context* context, uintptr_t instrumentation_exit_pc) in InstrumentationInstallStack()
275 instrumentation_exit_pc_(instrumentation_exit_pc), in InstrumentationInstallStack()
402 uintptr_t instrumentation_exit_pc = reinterpret_cast<uintptr_t>(GetQuickInstrumentationExitPc()); in InstrumentationInstallStack() local
403 InstallStackVisitor visitor(thread, context.get(), instrumentation_exit_pc); in InstrumentationInstallStack()
438 RestoreStackVisitor(Thread* thread_in, uintptr_t instrumentation_exit_pc, in InstrumentationRestoreStack()
442 instrumentation_exit_pc_(instrumentation_exit_pc), in InstrumentationRestoreStack()
514 uintptr_t instrumentation_exit_pc = in InstrumentationRestoreStack() local
516 RestoreStackVisitor visitor(thread, instrumentation_exit_pc, instrumentation); in InstrumentationRestoreStack()