Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc301 struct InstallStackVisitor final : public StackVisitor { in InstrumentationInstallStack() struct
302 InstallStackVisitor(Thread* thread_in, in InstrumentationInstallStack() argument
313 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in InstrumentationInstallStack()
409 std::map<uintptr_t, InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack()
410 std::vector<InstrumentationStackFrame> shadow_stack_; in InstrumentationInstallStack()
411 std::vector<uint32_t> dex_pcs_; in InstrumentationInstallStack()
412 const uintptr_t instrumentation_exit_pc_; in InstrumentationInstallStack()
413 bool reached_existing_instrumentation_frames_; in InstrumentationInstallStack()
414 uintptr_t last_return_pc_; in InstrumentationInstallStack()
415 uint64_t force_deopt_id_; in InstrumentationInstallStack()