Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h72 struct InstrumentationListener { struct
73 InstrumentationListener() {} in InstrumentationListener() argument
74 virtual ~InstrumentationListener() {} in ~InstrumentationListener() argument
237 EXPORT void AddListener(InstrumentationListener* listener,
243 EXPORT void RemoveListener(InstrumentationListener* listener,
301 InstrumentationListener* listener,
747 std::list<InstrumentationListener*> method_entry_slow_listeners_ GUARDED_BY(Locks::mutator_lock_);
748 std::list<InstrumentationListener*> method_entry_fast_trace_listeners_
750 std::list<InstrumentationListener*> method_exit_slow_listeners_ GUARDED_BY(Locks::mutator_lock_);
751 std::list<InstrumentationListener*> method_exit_fast_trace_listeners_
[all …]
Dinstrumentation.cc65 void InstrumentationListener::MethodExited( in MethodExited()
79 void InstrumentationListener::FieldWritten(Thread* thread, in FieldWritten()
591 void ReportMethodEntryForOnStackMethods(InstrumentationListener* listener, Thread* thread) in ReportMethodEntryForOnStackMethods()
735 std::list<InstrumentationListener*>& list, in PotentiallyAddListenerTo()
736 InstrumentationListener* listener) in PotentiallyAddListenerTo()
755 std::list<InstrumentationListener*>& list, in PotentiallyAddListenerTo()
756 InstrumentationListener* listener, in PotentiallyAddListenerTo()
766 std::list<InstrumentationListener*>& list, in PotentiallyAddListenerTo()
767 InstrumentationListener* listener, in PotentiallyAddListenerTo()
776 void Instrumentation::AddListener(InstrumentationListener* listener, in AddListener()
[all …]
Dtrace.h392 class Trace final : public instrumentation::InstrumentationListener, public ClassLoadCallback {
Dinstrumentation_test.cc40 class TestInstrumentationListener final : public instrumentation::InstrumentationListener {
/art/tools/tracefast-plugin/
Dtracefast.cc42 class Tracer final : public art::instrumentation::InstrumentationListener {
/art/openjdkjvmti/
Devents.cc592 class JvmtiMethodTraceListener final : public art::instrumentation::InstrumentationListener {