Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents.cc398 if (handler_->IsEventEnabledAnywhere(ArtJvmtiEvent::kMonitorWait)) { in ObjectWaitStart()
402 RunEventCallback<ArtJvmtiEvent::kMonitorWait>( in ObjectWaitStart()
448 if (handler_->IsEventEnabledAnywhere(ArtJvmtiEvent::kMonitorWait)) { in ThreadParkStart()
484 RunEventCallback<ArtJvmtiEvent::kMonitorWait>( in ThreadParkStart()
1170 case ArtJvmtiEvent::kMonitorWait: in GetDeoptRequirement()
1290 ArtJvmtiEvent::kMonitorWait, in OtherMonitorEventsEnabledAnywhere()
1358 case ArtJvmtiEvent::kMonitorWait: in HandleEventType()
1407 case ArtJvmtiEvent::kMonitorWait: in HasAssociatedCapability()
Devents.h70 kMonitorWait = JVMTI_EVENT_MONITOR_WAIT, enumerator
Devents-inl.h117 fn(MonitorWait, ArtJvmtiEvent::kMonitorWait) \