Searched refs:GetObjectsWithTags (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1590 jvmtiError (JNICALL *GetObjectsWithTags) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1996 jvmtiError GetObjectsWithTags(jint tag_count, function in struct:_jvmtiEnv
2001 return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_result_ptr);
/openjdk7/jdk/src/share/back/
H A Dutil.c2494 error = JVMTI_FUNC_PTR(jvmti,GetObjectsWithTags)
2860 error = JVMTI_FUNC_PTR(jvmti,GetObjectsWithTags)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1702 JvmtiEnv::GetObjectsWithTags(jint tag_count, const jlong* tags, jint* count_ptr, jobject** object_result_ptr, jlong** tag_result_ptr) { function in class:JvmtiEnv
1703 TraceTime t("GetObjectsWithTags", TraceJVMTIObjectTagging);
1705 } /* end GetObjectsWithTags */

Completed in 58 milliseconds