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

/art/runtime/
H A Dinstrumentation.h56 struct InstrumentationListener { struct in namespace:art::instrumentation
57 InstrumentationListener() {} function in struct:art::instrumentation::InstrumentationListener
58 virtual ~InstrumentationListener() {}
121 void AddListener(InstrumentationListener* listener, uint32_t events)
126 void RemoveListener(InstrumentationListener* listener, uint32_t events)
438 std::list<InstrumentationListener*> method_entry_listeners_ GUARDED_BY(Locks::mutator_lock_);
439 std::list<InstrumentationListener*> method_exit_listeners_ GUARDED_BY(Locks::mutator_lock_);
440 std::list<InstrumentationListener*> method_unwind_listeners_ GUARDED_BY(Locks::mutator_lock_);
441 std::shared_ptr<std::list<InstrumentationListener*>> dex_pc_listeners_
443 std::shared_ptr<std::list<InstrumentationListener*>> field_read_listeners
[all...]

Completed in 196 milliseconds