Home
last modified time | relevance | path

Searched refs: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
557 InstallStackVisitor visitor(thread, in InstrumentationInstallStack()
572 struct InstallStackVisitor final : public StackVisitor { in UpdateNeedsDexPcEventsOnStack() struct
573 InstallStackVisitor(Thread* thread_in, Context* context) in UpdateNeedsDexPcEventsOnStack() argument
587 InstallStackVisitor visitor(thread, context.get()); in UpdateNeedsDexPcEventsOnStack()
595 struct InstallStackVisitor final : public StackVisitor { in ReportMethodEntryForOnStackMethods() struct
596 InstallStackVisitor(Thread* thread_in, Context* context) in ReportMethodEntryForOnStackMethods() argument
632 InstallStackVisitor visitor(thread, context.get()); in ReportMethodEntryForOnStackMethods()