Searched refs:tag_count (Results 1 - 5 of 5) 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];
H A Dunpack.cpp272 assert((uint)classRef->inord < (uint)tag_count[CONSTANT_Class]);
278 assert((uint)classRef->inord < (uint)tag_count[CONSTANT_Class]);
891 tag_count[tag] = len;
929 tag_count[CONSTANT_All] = nentries;
933 tag_index[tag].init(tag_count[tag], cpMap, tag);
1295 int len = cp.tag_count[tag];
2034 int index_size = cp.tag_count[CONSTANT_Class];
2055 assert(inord < (uint)cp.tag_count[CONSTANT_Class]);
2130 assert(outord < (uint)cp.tag_count[CONSTANT_Class]);
3086 int sig_limit = tag_count[CONSTANT_Signatur
[all...]
/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);
/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;

Completed in 4510 milliseconds