Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_heap.h45 jvmtiError FollowReferences(jvmtiEnv* env,
DOpenjdkJvmTi.cc393 static jvmtiError FollowReferences(jvmtiEnv* env, in FollowReferences() function in openjdkjvmti::JvmtiFunctions
402 return heap_util.FollowReferences(env, in FollowReferences()
1694 JvmtiFunctions::FollowReferences,
Dti_heap.cc1361 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()
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/
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()