Searched refs:FollowReferences (Results 1 – 5 of 5) sorted by relevance
/art/openjdkjvmti/ |
D | ti_heap.h | 59 jvmtiError FollowReferences(jvmtiEnv* env,
|
D | OpenjdkJvmTi.cc | 379 static jvmtiError FollowReferences(jvmtiEnv* env, in FollowReferences() function in openjdkjvmti::JvmtiFunctions 388 return heap_util.FollowReferences(env, in FollowReferences() 1621 JvmtiFunctions::FollowReferences,
|
D | ti_heap.cc | 1392 jvmtiError HeapUtil::FollowReferences(jvmtiEnv* env, in FollowReferences() function in openjdkjvmti::HeapUtil
|
/art/test/913-heaps/ |
D | heaps.cc | 132 jvmtiError ret = jvmti_env->FollowReferences(heap_filter, in Run() 620 jvmtiError ret = jvmti_env->FollowReferences(0, nullptr, initial_object, &callbacks, &fsc); in Java_art_Test913_followReferencesString() 718 jvmtiError ret = jvmti_env->FollowReferences(0, nullptr, initial_object, &callbacks, &fac); in Java_art_Test913_followReferencesPrimitiveArray() 811 jvmtiError ret = jvmti_env->FollowReferences(0, nullptr, initial_object, &callbacks, &ffc); in Java_art_Test913_followReferencesPrimitiveFields() 1056 jvmtiError ret = jvmti_env->FollowReferences(0, nullptr, nullptr, &callbacks, &ffc); in Java_art_Test913_checkGetObjectHeapIdInCallback()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1598 jvmtiError (JNICALL *FollowReferences) (jvmtiEnv* env, 1971 jvmtiError FollowReferences(jint heap_filter, in FollowReferences() function 1976 …return functions->FollowReferences(this, heap_filter, klass, initial_object, callbacks, user_data); in FollowReferences()
|