Searched refs:FollowReferences (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/back/
H A Dutil.c2486 error = JVMTI_FUNC_PTR(jvmti,FollowReferences)
2524 /* Two different cbObjectCounter's, one for FollowReferences, one for
2678 /* Using FollowReferences only gives us live objects, but we
2696 error = JVMTI_FUNC_PTR(jvmti,FollowReferences)
2841 error = JVMTI_FUNC_PTR(jvmti,FollowReferences)
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1598 jvmtiError (JNICALL *FollowReferences) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1971 jvmtiError FollowReferences(jint heap_filter, function in struct:_jvmtiEnv
1976 return functions->FollowReferences(this, heap_filter, klass, initial_object, callbacks, user_data);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1664 error = JVMTI_FUNC_PTR(gdata->jvmti,FollowReferences)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1619 JvmtiEnv::FollowReferences(jint heap_filter, jclass klass, jobject initial_object, const jvmtiHeapCallbacks* callbacks, const void* user_data) { function in class:JvmtiEnv
1640 TraceTime t("FollowReferences", TraceJVMTIObjectTagging);
1643 } /* end FollowReferences */

Completed in 275 milliseconds