Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc304 uintptr_t instrumentation_exit_pc, in InstrumentationInstallStack()
308 instrumentation_exit_pc_(instrumentation_exit_pc), in InstrumentationInstallStack()
425 uintptr_t instrumentation_exit_pc = reinterpret_cast<uintptr_t>(GetQuickInstrumentationExitPc()); in InstrumentationInstallStack() local
427 thread, context.get(), instrumentation_exit_pc, instrumentation->current_force_deopt_id_); in InstrumentationInstallStack()
465 RestoreStackVisitor(Thread* thread_in, uintptr_t instrumentation_exit_pc, in InstrumentationRestoreStack()
469 instrumentation_exit_pc_(instrumentation_exit_pc), in InstrumentationRestoreStack()
538 uintptr_t instrumentation_exit_pc = in InstrumentationRestoreStack() local
540 RestoreStackVisitor visitor(thread, instrumentation_exit_pc, instrumentation); in InstrumentationRestoreStack()