Home
last modified time | relevance | path

Searched refs:GarbageCollectionStart (Results 1 – 6 of 6) sorted by relevance

/art/test/908-gc-start-finish/
Dgc_callbacks.cc39 static void JNICALL GarbageCollectionStart(jvmtiEnv* ti_env ATTRIBUTE_UNUSED) { in GarbageCollectionStart() function
48 callbacks.GarbageCollectionStart = GarbageCollectionStart; in Java_art_Test908_setupGcCallback()
/art/tools/jvmti-agents/ti-fast/
DREADME.md85 * `GarbageCollectionStart`
Dtifast.cc98 … non_jni_fun(GarbageCollectionStart, EVENT(GARBAGE_COLLECTION_START), (jvmtiEnv* jvmti), (jvmti)) \
/art/test/913-heaps/
Dheaps.cc823 static void JNICALL GarbageCollectionStart(jvmtiEnv* ti_env ATTRIBUTE_UNUSED) { in GarbageCollectionStart() function
832 callbacks.GarbageCollectionStart = GarbageCollectionStart; in Java_art_Test913_setupGcCallback()
/art/openjdkjvmti/
Devents-inl.h122 fn(GarbageCollectionStart, ArtJvmtiEvent::kGarbageCollectionStart) \
/art/openjdkjvmti/include/
Djvmti.h990 jvmtiEventGarbageCollectionStart GarbageCollectionStart; member