Home
last modified time | relevance | path

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

/art/test/913-heaps/
Dheaps.cc170 if (reference_kind == JVMTI_HEAP_REFERENCE_JNI_GLOBAL && class_tag == 0) { in Java_art_Test913_followReferences()
483 case JVMTI_HEAP_REFERENCE_JNI_GLOBAL: in Java_art_Test913_followReferences()
/art/openjdkjvmti/
Dti_heap.cc987 return JVMTI_HEAP_REFERENCE_JNI_GLOBAL; in GetReferenceKind()
/art/openjdkjvmti/include/
Djvmti.h152 JVMTI_HEAP_REFERENCE_JNI_GLOBAL = 21, enumerator