Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc202 struct InstallStackVisitor : public StackVisitor { in InstrumentationInstallStack() struct
203 InstallStackVisitor(Thread* thread, Context* context, uintptr_t instrumentation_exit_pc) in InstrumentationInstallStack() function
210 virtual bool VisitFrame() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in InstrumentationInstallStack()
297 std::deque<InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack()
298 std::vector<InstrumentationStackFrame> shadow_stack_; in InstrumentationInstallStack()
299 std::vector<uint32_t> dex_pcs_; in InstrumentationInstallStack()
300 const uintptr_t instrumentation_exit_pc_; in InstrumentationInstallStack()
301 bool reached_existing_instrumentation_frames_; in InstrumentationInstallStack()
302 size_t instrumentation_stack_depth_; in InstrumentationInstallStack()
303 uintptr_t last_return_pc_; in InstrumentationInstallStack()