Searched defs:tag_count (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h68 int tag_count[CONSTANT_Limit]; member in struct:cpool
111 return tag_count[tag];
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1696 // tag_count - pre-checked to be greater than or equal to 0
1702 JvmtiEnv::GetObjectsWithTags(jint tag_count, const jlong* tags, jint* count_ptr, jobject** object_result_ptr, jlong** tag_result_ptr) { argument
1704 return JvmtiTagMap::tag_map_for(this)->get_objects_with_tags((jlong*)tags, tag_count, count_ptr, object_result_ptr, tag_result_ptr);
H A DjvmtiTagMap.cpp1527 TagObjectCollector(JvmtiEnv* env, const jlong* tags, jint tag_count) { argument
1530 _tag_count = tag_count;
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1591 jint tag_count,
1996 jvmtiError GetObjectsWithTags(jint tag_count, argument
2001 return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_result_ptr);

Completed in 1156 milliseconds