Searched defs:RestoreStackVisitor (Results 1 – 1 of 1) sorted by relevance
464 struct RestoreStackVisitor final : public StackVisitor { in InstrumentationRestoreStack() struct465 RestoreStackVisitor(Thread* thread_in, uintptr_t instrumentation_exit_pc, in InstrumentationRestoreStack() argument474 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()