Searched refs:InstrumentationListener (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | instrumentation.h | 72 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 …]
|
D | instrumentation.cc | 65 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 …]
|
D | trace.h | 392 class Trace final : public instrumentation::InstrumentationListener, public ClassLoadCallback {
|
D | instrumentation_test.cc | 40 class TestInstrumentationListener final : public instrumentation::InstrumentationListener {
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 42 class Tracer final : public art::instrumentation::InstrumentationListener {
|
/art/openjdkjvmti/ |
D | events.cc | 592 class JvmtiMethodTraceListener final : public art::instrumentation::InstrumentationListener {
|