Searched defs:RestoreStackVisitor (Results 1 – 1 of 1) sorted by relevance
624 struct RestoreStackVisitor final : public StackVisitor { in InstrumentationRestoreStack() struct625 RestoreStackVisitor(Thread* thread_in, uintptr_t instrumentation_exit_pc, in InstrumentationRestoreStack() argument634 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in InstrumentationRestoreStack()682 Thread* const thread_; in InstrumentationRestoreStack()683 const uintptr_t instrumentation_exit_pc_; in InstrumentationRestoreStack()684 Instrumentation* const instrumentation_; in InstrumentationRestoreStack()685 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationRestoreStack()686 size_t frames_removed_; in InstrumentationRestoreStack()