HomeSort by relevance Sort by last modified time
    Searched refs:InstrumentationListener (Results 1 - 6 of 6) sorted by null

  /art/runtime/
instrumentation.h 61 struct InstrumentationListener {
62 InstrumentationListener() {}
63 virtual ~InstrumentationListener() {}
178 void AddListener(InstrumentationListener* listener, uint32_t events)
182 void RemoveListener(InstrumentationListener* listener, uint32_t events)
623 std::list<InstrumentationListener*> method_entry_listeners_ GUARDED_BY(Locks::mutator_lock_);
624 std::list<InstrumentationListener*> method_exit_listeners_ GUARDED_BY(Locks::mutator_lock_);
625 std::list<InstrumentationListener*> method_unwind_listeners_ GUARDED_BY(Locks::mutator_lock_);
626 std::list<InstrumentationListener*> branch_listeners_ GUARDED_BY(Locks::mutator_lock_);
627 std::list<InstrumentationListener*> invoke_virtual_or_interface_listeners
    [all...]
instrumentation.cc 51 void InstrumentationListener::MethodExited(Thread* thread,
63 void InstrumentationListener::FieldWritten(Thread* thread,
441 std::list<InstrumentationListener*>& list,
442 InstrumentationListener* listener,
460 void Instrumentation::AddListener(InstrumentationListener* listener, uint32_t events) {
512 std::list<InstrumentationListener*>& list,
513 InstrumentationListener* listener,
528 for (InstrumentationListener* l : list) {
537 void Instrumentation::RemoveListener(InstrumentationListener* listener, uint32_t events) {
    [all...]
trace.h 96 class Trace FINAL : public instrumentation::InstrumentationListener {
142 // InstrumentationListener implementation.
instrumentation_test.cc 38 class TestInstrumentationListener FINAL : public instrumentation::InstrumentationListener {
    [all...]
debugger.cc 136 class DebugInstrumentationListener FINAL : public instrumentation::InstrumentationListener {
    [all...]
  /art/runtime/openjdkjvmti/
events.cc 309 class JvmtiMethodTraceListener FINAL : public art::instrumentation::InstrumentationListener {

Completed in 2370 milliseconds