/art/test/1932-monitor-events-misc/ |
D | info.txt | 1 Tests jvmti monitor events in odd situations. 3 Checks that the JVMTI monitor events are correctly dispatched and handled for
|
D | expected.txt | 60 Testing ObjectMonitorInfo inside of events
|
/art/test/1933-monitor-current-contended/ |
D | info.txt | 1 Tests jvmti monitor events in odd situations. 3 Checks that the JVMTI monitor events are correctly dispatched and handled for
|
/art/test/1919-vminit-thread-start-timing/ |
D | vminit.cc | 45 std::vector<EventData> events; member 60 list->events.push_back({ "ThreadStart", env->NewGlobalRef(thread) }); in ThreadStartCallback() 72 list->events.push_back({ "Test1919AgentThread", env->NewGlobalRef(cur) }); in Test1919AgentThread() 107 list->events.push_back({ "VMInit", env->NewGlobalRef(thread) }); in VMInitCallback() 160 jobjectArray ret = CreateObjectArray(env, list->events.size(), "java/lang/String", in Java_art_Test1919_getEventNames() 162 return env->NewStringUTF(list->events[i].event.c_str()); in Java_art_Test1919_getEventNames() 181 jobjectArray ret = CreateObjectArray(env, list->events.size(), "java/lang/Thread", in Java_art_Test1919_getEventThreads() 183 return env->NewLocalRef(list->events[i].data); in Java_art_Test1919_getEventThreads()
|
D | info.txt | 3 Test the interaction of VMInit events and thread starts.
|
/art/test/991-field-trace-2/ |
D | info.txt | 4 while handling these events. It also verifies the situations in which these 5 events are sent.
|
/art/runtime/ |
D | instrumentation.cc | 461 static bool HasEvent(Instrumentation::InstrumentationEvent expected, uint32_t events) { in HasEvent() argument 462 return (events & expected) != 0; in HasEvent() 466 uint32_t events, in PotentiallyAddListenerTo() argument 472 if (!HasEvent(event, events)) { in PotentiallyAddListenerTo() 486 void Instrumentation::AddListener(InstrumentationListener* listener, uint32_t events) { in AddListener() argument 489 events, in AddListener() 494 events, in AddListener() 499 events, in AddListener() 504 events, in AddListener() 509 events, in AddListener() [all …]
|
D | instrumentation.h | 193 void AddListener(InstrumentationListener* listener, uint32_t events) 197 void RemoveListener(InstrumentationListener* listener, uint32_t events)
|
/art/test/997-single-step/ |
D | info.txt | 3 Ensures that we can receive single step events from JVMTI.
|
/art/test/1941-dispose-stress/ |
D | info.txt | 3 Ensures that we can receive single step events from JVMTI.
|
/art/test/1927-exception-event/ |
D | info.txt | 3 Ensures that we can receive exception and exception catch events from JVMTI.
|
/art/test/1931-monitor-events/ |
D | info.txt | 3 Tests that the basic monitor-events work as we expect them to.
|
/art/test/1936-thread-end-events/ |
D | info.txt | 3 We had a bug where we were still sending events after JVMTI_EVENT_THREAD_END due
|
/art/test/1940-ddms-ext/ |
D | ddm_ext.cc | 178 jvmtiExtensionEventInfo* events = nullptr; in Java_art_Test1940_initializeTest() local 179 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionEvents(&n_ext, &events))) { in Java_art_Test1940_initializeTest() 183 jvmtiExtensionEventInfo* cur_info = &events[i]; in Java_art_Test1940_initializeTest() 193 Dealloc(events); in Java_art_Test1940_initializeTest()
|
D | expected.txt | 19 Saw expected thread events.
|
/art/test/994-breakpoint-line/ |
D | info.txt | 5 paths and then runs the function, receiving the breakpoint events.
|
/art/test/1947-breakpoint-redefine-deopt/ |
D | info.txt | 5 paths and then runs the function, receiving the breakpoint events.
|
/art/test/995-breakpoints-throw/ |
D | info.txt | 3 Tests that it is possible to throw exceptions while handling breakpoint events
|
/art/runtime/jdwp/ |
D | README.txt | 10 multiple simultaneous events and debugger requests with thread suspension
|
/art/openjdkjvmti/ |
D | events-inl.h | 275 std::vector<impl::EventHandlerFunc<kEvent>> events = CollectEvents<kEvent>(thread, args...); in DispatchEvent() local 276 for (auto event : events) { in DispatchEvent() 284 std::vector<impl::EventHandlerFunc<kEvent>> events = CollectEvents<kEvent>(thread, in DispatchEvent() local 287 for (auto event : events) { in DispatchEvent() 431 std::vector<impl::EventHandlerFunc<ArtJvmtiEvent::kNativeMethodBind>> events = variable 439 for (auto event : events) {
|
D | Android.bp | 29 "events.cc",
|
D | events.cc | 988 std::array<ArtJvmtiEvent, 4> events { in OtherMonitorEventsEnabledAnywhere() local 996 for (ArtJvmtiEvent e : events) { in OtherMonitorEventsEnabledAnywhere()
|
/art/test/ |
D | Android.bp | 248 "933-misc-events/misc_events.cc", 273 "1932-monitor-events-misc/monitor_misc.cc",
|