OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GarbageCollectionStart
(Results
1 - 3
of
3
) sorted by null
/art/test/908-gc-start-finish/
gc_callbacks.cc
39
static void JNICALL
GarbageCollectionStart
(jvmtiEnv* ti_env ATTRIBUTE_UNUSED) {
48
callbacks.
GarbageCollectionStart
=
GarbageCollectionStart
;
/art/test/913-heaps/
heaps.cc
772
static void JNICALL
GarbageCollectionStart
(jvmtiEnv* ti_env ATTRIBUTE_UNUSED) {
781
callbacks.
GarbageCollectionStart
=
GarbageCollectionStart
;
[
all
...]
/art/runtime/openjdkjvmti/include/
jvmti.h
990
jvmtiEventGarbageCollectionStart
GarbageCollectionStart
;
[
all
...]
Completed in 83 milliseconds