Home
last modified time | relevance | path

Searched defs:GarbageCollectionStart (Results 1 – 3 of 3) sorted by relevance

/art/test/908-gc-start-finish/
Dgc_callbacks.cc39 static void JNICALL GarbageCollectionStart([[maybe_unused]] jvmtiEnv* ti_env) { in GarbageCollectionStart() function
/art/test/913-heaps/
Dheaps.cc827 static void JNICALL GarbageCollectionStart([[maybe_unused]] jvmtiEnv* ti_env) { in GarbageCollectionStart() function
/art/openjdkjvmti/include/
Djvmti.h990 jvmtiEventGarbageCollectionStart GarbageCollectionStart; member