Lines Matching defs:InstallStackVisitor
519 struct InstallStackVisitor final : public StackVisitor { in InstrumentationInstallStack() struct
520 InstallStackVisitor(Thread* thread_in, in InstrumentationInstallStack() argument
527 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in InstrumentationInstallStack()
574 bool deopt_all_frames_; in InstrumentationInstallStack()
575 bool runtime_methods_need_deopt_check_; in InstrumentationInstallStack()
599 struct InstallStackVisitor final : public StackVisitor { in UpdateNeedsDexPcEventsOnStack() struct
600 InstallStackVisitor(Thread* thread_in, Context* context) in UpdateNeedsDexPcEventsOnStack() argument
603 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in UpdateNeedsDexPcEventsOnStack()
622 struct InstallStackVisitor final : public StackVisitor { in ReportMethodEntryForOnStackMethods() struct
623 InstallStackVisitor(Thread* thread_in, Context* context) in ReportMethodEntryForOnStackMethods() function
626 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in ReportMethodEntryForOnStackMethods()
649 std::vector<ArtMethod*> stack_methods_; in ReportMethodEntryForOnStackMethods()