Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Devents.cc252 handler_->DispatchEvent<ArtJvmtiEvent::kGarbageCollectionStart>(nullptr); in StartPause()
280 if (event == ArtJvmtiEvent::kGarbageCollectionStart) { in SetupGcPauseTracking()
304 case ArtJvmtiEvent::kGarbageCollectionStart: in HandleEventType()
339 case ArtJvmtiEvent::kGarbageCollectionStart: in HasAssociatedCapability()
Devents.h64 kGarbageCollectionStart = JVMTI_EVENT_GARBAGE_COLLECTION_START, enumerator
Devents-inl.h73 fn(GarbageCollectionStart, ArtJvmtiEvent::kGarbageCollectionStart) \