Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dinstrumentation.cc464 struct RestoreStackVisitor final : public StackVisitor { in InstrumentationRestoreStack() struct
465 RestoreStackVisitor(Thread* thread_in, uintptr_t instrumentation_exit_pc, in InstrumentationRestoreStack() argument
540 RestoreStackVisitor visitor(thread, instrumentation_exit_pc, instrumentation); in InstrumentationRestoreStack()