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

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

Completed in 69 milliseconds