Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc488 struct InstallStackVisitor final : public StackVisitor { in InstrumentationInstallStack() struct
489 InstallStackVisitor(Thread* thread_in, in InstrumentationInstallStack() function
496 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in InstrumentationInstallStack()
543 bool deopt_all_frames_; in InstrumentationInstallStack()
544 bool runtime_methods_need_deopt_check_; in InstrumentationInstallStack()
568 struct InstallStackVisitor final : public StackVisitor { in UpdateNeedsDexPcEventsOnStack() struct
569 InstallStackVisitor(Thread* thread_in, Context* context) in UpdateNeedsDexPcEventsOnStack() argument
572 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in UpdateNeedsDexPcEventsOnStack()
591 struct InstallStackVisitor final : public StackVisitor { in ReportMethodEntryForOnStackMethods() struct
592 InstallStackVisitor(Thread* thread_in, Context* context) in ReportMethodEntryForOnStackMethods() argument
[all …]