Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc474 struct InstallStackVisitor final : public StackVisitor { in InstrumentationInstallStack() struct
475 InstallStackVisitor(Thread* thread_in, in InstrumentationInstallStack() function
487 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in InstrumentationInstallStack()
581 std::map<uintptr_t, InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack()
582 std::vector<ArtMethod*> stack_methods_; in InstrumentationInstallStack()
583 const uintptr_t instrumentation_exit_pc_; in InstrumentationInstallStack()
584 bool reached_existing_instrumentation_frames_; in InstrumentationInstallStack()
585 uint64_t force_deopt_id_; in InstrumentationInstallStack()
586 bool deopt_all_frames_; in InstrumentationInstallStack()