Searched defs:FollowReferences (Results 1 - 2 of 2) sorted by relevance

/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 */
/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);

Completed in 73 milliseconds