Home
last modified time | relevance | path

Searched refs:kMonitorWait (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Devents.cc397 if (handler_->IsEventEnabledAnywhere(ArtJvmtiEvent::kMonitorWait)) { in ObjectWaitStart()
401 RunEventCallback<ArtJvmtiEvent::kMonitorWait>( in ObjectWaitStart()
447 if (handler_->IsEventEnabledAnywhere(ArtJvmtiEvent::kMonitorWait)) { in ThreadParkStart()
483 RunEventCallback<ArtJvmtiEvent::kMonitorWait>( in ThreadParkStart()
1169 case ArtJvmtiEvent::kMonitorWait: in GetDeoptRequirement()
1289 ArtJvmtiEvent::kMonitorWait, in OtherMonitorEventsEnabledAnywhere()
1357 case ArtJvmtiEvent::kMonitorWait: in HandleEventType()
1406 case ArtJvmtiEvent::kMonitorWait: in HasAssociatedCapability()
Devents.h70 kMonitorWait = JVMTI_EVENT_MONITOR_WAIT, enumerator
Devents-inl.h117 fn(MonitorWait, ArtJvmtiEvent::kMonitorWait) \