Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc183 struct RestoreStackVisitor : public StackVisitor { in InstrumentationRestoreStack() struct
184 RestoreStackVisitor(Thread* thread, uintptr_t instrumentation_exit_pc, in InstrumentationRestoreStack() argument
192 virtual bool VisitFrame() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in InstrumentationRestoreStack()
237 Thread* const thread_; in InstrumentationRestoreStack()
238 const uintptr_t instrumentation_exit_pc_; in InstrumentationRestoreStack()
239 Instrumentation* const instrumentation_; in InstrumentationRestoreStack()
240 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationRestoreStack()
241 size_t frames_removed_; in InstrumentationRestoreStack()