Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc464 struct RestoreStackVisitor final : public StackVisitor { in InstrumentationRestoreStack() struct
465 RestoreStackVisitor(Thread* thread_in, uintptr_t instrumentation_exit_pc, in InstrumentationRestoreStack() function
474 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in InstrumentationRestoreStack()
523 Thread* const thread_; in InstrumentationRestoreStack()
524 const uintptr_t instrumentation_exit_pc_; in InstrumentationRestoreStack()
525 Instrumentation* const instrumentation_; in InstrumentationRestoreStack()
526 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationRestoreStack()
527 size_t frames_removed_; in InstrumentationRestoreStack()