Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc519 struct InstallStackVisitor final : public StackVisitor { in InstrumentationInstallStack() struct
520 InstallStackVisitor(Thread* thread_in, in InstrumentationInstallStack() function
584 InstallStackVisitor visitor(thread, in InstrumentationInstallStack()
599 struct InstallStackVisitor final : public StackVisitor { in UpdateNeedsDexPcEventsOnStack() struct
600 InstallStackVisitor(Thread* thread_in, Context* context) in UpdateNeedsDexPcEventsOnStack() function
614 InstallStackVisitor visitor(thread, context.get()); in UpdateNeedsDexPcEventsOnStack()
622 struct InstallStackVisitor final : public StackVisitor { in ReportMethodEntryForOnStackMethods() struct
623 InstallStackVisitor(Thread* thread_in, Context* context) in ReportMethodEntryForOnStackMethods() function
659 InstallStackVisitor visitor(thread, context.get()); in ReportMethodEntryForOnStackMethods()