Home
last modified time | relevance | path

Searched refs:FollowReferences (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dti_heap.h59 jvmtiError FollowReferences(jvmtiEnv* env,
DOpenjdkJvmTi.cc379 static jvmtiError FollowReferences(jvmtiEnv* env, in FollowReferences() function in openjdkjvmti::JvmtiFunctions
388 return heap_util.FollowReferences(env, in FollowReferences()
1621 JvmtiFunctions::FollowReferences,
Dti_heap.cc1392 jvmtiError HeapUtil::FollowReferences(jvmtiEnv* env, in FollowReferences() function in openjdkjvmti::HeapUtil
/art/test/913-heaps/
Dheaps.cc132 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/
Djvmti.h1598 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()