Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc684 struct RestoreStackVisitor final : public StackVisitor { in InstrumentationRestoreStack() struct
685 RestoreStackVisitor(Thread* thread) in InstrumentationRestoreStack() function
688 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in InstrumentationRestoreStack()
701 Thread* const thread_; in InstrumentationRestoreStack()