/art/test/1926-missed-frame-pop/ |
D | expected.txt | 1 Ran recurTimes(10) without errors after disabling frame pop event! 2 renabling frame pop event with similar stack. 4 Ran recurTimes(10) without errors after disabling frame pop event! 5 renabling frame pop event with similar stack. 7 Ran recurTimes(10) without errors after disabling frame pop event! 8 renabling frame pop event with similar stack.
|
/art/openjdkjvmti/ |
D | events.h | 121 static bool EventIsInRange(ArtJvmtiEvent event) { in EventIsInRange() 122 return event >= ArtJvmtiEvent::kMinEventTypeVal && event <= ArtJvmtiEvent::kMaxEventTypeVal; in EventIsInRange() 125 void Set(ArtJvmtiEvent event, bool value = true) { 126 DCHECK(EventIsInRange(event)); 127 bit_set.set(static_cast<size_t>(event) - static_cast<size_t>(ArtJvmtiEvent::kMinEventTypeVal), 131 bool Test(ArtJvmtiEvent event) const { in Test() 132 DCHECK(EventIsInRange(event)); in Test() 134 static_cast<size_t>(event) - static_cast<size_t>(ArtJvmtiEvent::kMinEventTypeVal)); in Test() 160 void EnableEvent(ArtJvmTiEnv* env, art::Thread* thread, ArtJvmtiEvent event); 165 void DisableEvent(ArtJvmTiEnv* env, art::Thread* thread, ArtJvmtiEvent event); [all …]
|
D | events.cc | 106 bool EventMasks::IsEnabledAnywhere(ArtJvmtiEvent event) { in IsEnabledAnywhere() argument 107 return global_event_mask.Test(event) || unioned_thread_event_mask.Test(event); in IsEnabledAnywhere() 146 void EventMasks::EnableEvent(ArtJvmTiEnv* env, art::Thread* thread, ArtJvmtiEvent event) { in EnableEvent() argument 149 DCHECK(EventMask::EventIsInRange(event)); in EnableEvent() 150 GetEventMask(thread).Set(event); in EnableEvent() 152 unioned_thread_event_mask.Set(event, true); in EnableEvent() 156 void EventMasks::DisableEvent(ArtJvmTiEnv* env, art::Thread* thread, ArtJvmtiEvent event) { in DisableEvent() argument 159 DCHECK(EventMask::EventIsInRange(event)); in DisableEvent() 160 GetEventMask(thread).Set(event, false); in DisableEvent() 165 union_value |= pair.second.Test(event); in DisableEvent() [all …]
|
D | events-inl.h | 235 for (const impl::EventHandlerFunc<kEvent>& event : handlers) { in DispatchClassFileLoadHookEvent() local 238 ExecuteCallback<kEvent>(event, in DispatchClassFileLoadHookEvent() 256 last_env = event.env_; in DispatchClassFileLoadHookEvent() 279 for (auto event : events) { in DispatchEvent() local 280 ExecuteCallback<kEvent>(event, args...); in DispatchEvent() 290 for (auto event : events) { in DispatchEvent() local 291 ExecuteCallback<kEvent>(event, jnienv, args...); in DispatchEvent() 416 impl::EventHandlerFunc<ArtJvmtiEvent::kFramePop> event, 422 ExecuteCallback<ArtJvmtiEvent::kFramePop>(event, jnienv, jni_thread, jmethod, is_exception); 466 for (auto event : events) { in DispatchClassLoadOrPrepareEvent() local [all …]
|
/art/test/1928-exception-event-exception/ |
D | info.txt | 1 Test basic JVMTI exception event functionality. 3 Ensures we can throw exceptions during the exception event without causing 4 problems. Note that we do not allow exceptions to propogate past the event,
|
/art/test/1962-multi-thread-events/ |
D | expected.txt | 2 Hit event on T1 Thread 4 Hit event on T2 Thread
|
D | info.txt | 4 deoptimization count if it was the first thread of a particular event type to be activated. This
|
/art/test/1936-thread-end-events/ |
D | info.txt | 4 to where we sent the event. This test ensures that the placement of the 5 THREAD_END event is correct.
|
/art/test/1956-pop-frame-jit-calling/ |
D | jvm-expected.patch | 2 < Test stopped during a ClassLoad event. 12 < Test stopped during a ClassPrepare event.
|
D | expected.txt | 51 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call… 55 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr… 59 Test stopped during Exception event of calledFunction (catch in calling function) 63 Test stopped during Exception event of calledFunction (catch in called function) 67 Test stopped during Exception event of calledFunction (catch in parent of calling function) 71 Test stopped during Exception event of calledFunction (catch in called function) 75 Test stopped during a ClassLoad event. 85 Test stopped during a ClassPrepare event.
|
/art/test/1954-pop-frame-jit/ |
D | jvm-expected.patch | 2 < Test stopped during a ClassLoad event. 12 < Test stopped during a ClassPrepare event.
|
D | expected.txt | 51 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call… 55 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr… 59 Test stopped during Exception event of calledFunction (catch in calling function) 63 Test stopped during Exception event of calledFunction (catch in called function) 67 Test stopped during Exception event of calledFunction (catch in parent of calling function) 71 Test stopped during Exception event of calledFunction (catch in called function) 75 Test stopped during a ClassLoad event. 85 Test stopped during a ClassPrepare event.
|
/art/test/1953-pop-frame/ |
D | class-loading-expected.patch | 2 > Test stopped during a ClassLoad event. 12 > Test stopped during a ClassPrepare event.
|
D | expected.txt | 51 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call… 55 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr… 59 Test stopped during Exception event of calledFunction (catch in calling function) 63 Test stopped during Exception event of calledFunction (catch in called function) 67 Test stopped during Exception event of calledFunction (catch in parent of calling function) 71 Test stopped during Exception event of calledFunction (catch in called function)
|
/art/test/1955-pop-frame-jit-called/ |
D | jvm-expected.patch | 2 < Test stopped during a ClassLoad event. 12 < Test stopped during a ClassPrepare event.
|
D | expected.txt | 51 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call… 55 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr… 59 Test stopped during Exception event of calledFunction (catch in calling function) 63 Test stopped during Exception event of calledFunction (catch in called function) 67 Test stopped during Exception event of calledFunction (catch in parent of calling function) 71 Test stopped during Exception event of calledFunction (catch in called function) 75 Test stopped during a ClassLoad event. 85 Test stopped during a ClassPrepare event.
|
/art/test/1927-exception-event/ |
D | info.txt | 1 Test basic JVMTI exception event functionality
|
/art/test/1932-monitor-events-misc/ |
D | expected.txt | 3 Releasing NamedLock[Lock testLockUncontend] during monitorEnter event. 27 Testing throwing exception in MonitorWait event 33 Testing throwing exception in MonitorWait event with illegal aruments 39 Testing throwing exception in MonitorWaited event 46 Testing throwing exception in MonitorWaited event caused by timeout 53 Testing throwing exception in MonitorWaited event caused by interrupt 69 Testing that the monitor can be stolen during the MonitorWaited event. 72 locking controller3 in controller2 MonitorWaited event 74 Testing that we can lock and release the monitor in the MonitorWait event 79 Testing that we can lock and release the monitor in the MonitorWaited event
|
/art/tools/jvmti-agents/ti-fast/ |
D | tifast.cc | 47 static void AddCapsForEvent(jvmtiEvent event, jvmtiCapabilities* caps) { in AddCapsForEvent() argument 48 switch (event) { in AddCapsForEvent() 109 #define GET_EVENT(a, event, b, c) event, argument 325 explicit LogPrinter(jvmtiEvent event) : event_(event) {} in LogPrinter() argument 571 #define GENERATE_LOG_FUNCTION_JNI(name, event, args, argnames) \ argument 573 LogPrinter printer(event); \ 578 #define GENERATE_LOG_FUNCTION_NO_JNI(name, event, args, argnames) \ argument 580 LogPrinter printer(event); \ 597 #define CHECK_NAME(name, event, args, argnames) \ in EventToName() argument 598 if (desired_event == (event)) { \ in EventToName() [all …]
|
D | README.md | 4 to various JVMTI events. It is called tifast since none of the event handlers do 20 * If 'log' is the first argument the event handlers will LOG(INFO) when they are 28 * The event-names are the same names as are used in the jvmtiEventCallbacks
|
/art/runtime/ |
D | runtime_callbacks_test.cc | 265 std::string event = in ClassPreDefine() local 268 data.push_back(event); in ClassPreDefine() 273 std::string event = std::string("Load:") + klass->GetDescriptor(&tmp); in ClassLoad() local 274 data.push_back(event); in ClassLoad() 280 std::string event = std::string("Prepare:") + klass->GetDescriptor(&tmp) in ClassPrepare() local 282 data.push_back(event); in ClassPrepare()
|
/art/libartbase/base/unix_file/ |
D | fd_file.cc | 71 ScopedEvent event; in pread() local 72 if (event.handle() == INVALID_HANDLE_VALUE) { in pread() 83 overlapped.hEvent = event.handle(); in pread() 100 ScopedEvent event; in pwrite() local 101 if (event.handle() == INVALID_HANDLE_VALUE) { in pwrite() 112 overlapped.hEvent = event.handle(); in pwrite()
|
/art/test/1919-vminit-thread-start-timing/ |
D | vminit.cc | 39 std::string event; member 167 return env->NewStringUTF(list->events[i].event.c_str()); in Java_art_Test1919_getEventNames()
|
/art/test/ |
D | Android.bp | 282 "1927-exception-event/exception_event.cc", 563 "1927-exception-event/src/art/Exceptions.java", 654 "1927-exception-event/src/art/Test1927.java", 655 "1928-exception-event-exception/src/art/Test1928.java", 754 "1927-exception-event/expected.txt", 755 "1928-exception-event-exception/expected.txt",
|
/art/tools/ |
D | prebuilt_libjdwp_art_failures.txt | 41 description: "Test fails with Error VM_DEAD when trying to resume during VM_DEATH event",
|