Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc492 struct InstallStackVisitor final : public StackVisitor { in InstrumentationInstallStack() struct
493 InstallStackVisitor(Thread* thread_in, in InstrumentationInstallStack() argument
500 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in InstrumentationInstallStack()
547 bool deopt_all_frames_; in InstrumentationInstallStack()
548 bool runtime_methods_need_deopt_check_; in InstrumentationInstallStack()
572 struct InstallStackVisitor final : public StackVisitor { in UpdateNeedsDexPcEventsOnStack() struct
573 InstallStackVisitor(Thread* thread_in, Context* context) in UpdateNeedsDexPcEventsOnStack() function
576 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in UpdateNeedsDexPcEventsOnStack()
595 struct InstallStackVisitor final : public StackVisitor { in ReportMethodEntryForOnStackMethods() struct
596 InstallStackVisitor(Thread* thread_in, Context* context) in ReportMethodEntryForOnStackMethods() argument
[all …]