Searched defs:InstrumentationListener (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dinstrumentation.h59 struct InstrumentationListener { struct in namespace:art::instrumentation
60 InstrumentationListener() {} function in struct:art::instrumentation::InstrumentationListener
61 virtual ~InstrumentationListener() {}
144 void AddListener(InstrumentationListener* listener, uint32_t events)
148 void RemoveListener(InstrumentationListener* listener, uint32_t events)
567 std::list<InstrumentationListener*> method_entry_listeners_ GUARDED_BY(Locks::mutator_lock_);
568 std::list<InstrumentationListener*> method_exit_listeners_ GUARDED_BY(Locks::mutator_lock_);
569 std::list<InstrumentationListener*> method_unwind_listeners_ GUARDED_BY(Locks::mutator_lock_);
570 std::list<InstrumentationListener*> branch_listeners_ GUARDED_BY(Locks::mutator_lock_);
571 std::list<InstrumentationListener*> invoke_virtual_or_interface_listeners
[all...]

Completed in 91 milliseconds