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 | 385 static jvmtiError FollowReferences(jvmtiEnv* env, in FollowReferences() function in openjdkjvmti::JvmtiFunctions 394 return heap_util.FollowReferences(env, in FollowReferences() 1626 JvmtiFunctions::FollowReferences,
|
D | ti_heap.cc | 1387 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() 613 jvmtiError ret = jvmti_env->FollowReferences(0, nullptr, initial_object, &callbacks, &fsc); in Java_art_Test913_followReferencesString() 714 jvmtiError ret = jvmti_env->FollowReferences(0, nullptr, initial_object, &callbacks, &fac); in Java_art_Test913_followReferencesPrimitiveArray() 807 jvmtiError ret = jvmti_env->FollowReferences(0, nullptr, initial_object, &callbacks, &ffc); in Java_art_Test913_followReferencesPrimitiveFields() 1052 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()
|