Searched refs:InstrumentationListener (Results 1 – 6 of 6) sorted by relevance
66 struct InstrumentationListener { struct67 InstrumentationListener() {} in InstrumentationListener() function68 virtual ~InstrumentationListener() {} in ~InstrumentationListener() argument206 void AddListener(InstrumentationListener* listener, uint32_t events)210 void RemoveListener(InstrumentationListener* listener, uint32_t events)687 std::list<InstrumentationListener*> method_entry_listeners_ GUARDED_BY(Locks::mutator_lock_);688 std::list<InstrumentationListener*> method_exit_listeners_ GUARDED_BY(Locks::mutator_lock_);689 std::list<InstrumentationListener*> method_unwind_listeners_ GUARDED_BY(Locks::mutator_lock_);690 std::list<InstrumentationListener*> branch_listeners_ GUARDED_BY(Locks::mutator_lock_);691 std::list<InstrumentationListener*> dex_pc_listeners_ GUARDED_BY(Locks::mutator_lock_);[all …]
107 class Trace final : public instrumentation::InstrumentationListener {
39 class TestInstrumentationListener final : public instrumentation::InstrumentationListener {
145 class DebugInstrumentationListener final : public instrumentation::InstrumentationListener {
41 class Tracer final : public art::instrumentation::InstrumentationListener {
572 class JvmtiMethodTraceListener final : public art::instrumentation::InstrumentationListener {