Searched defs:RestoreStackVisitor (Results 1 – 1 of 1) sorted by relevance
657 struct RestoreStackVisitor final : public StackVisitor { in InstrumentationRestoreStack() struct658 RestoreStackVisitor(Thread* thread) in InstrumentationRestoreStack() argument661 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in InstrumentationRestoreStack()674 Thread* const thread_; in InstrumentationRestoreStack()