Searched refs:CONSTANT_Limit (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h68 int tag_count[CONSTANT_Limit];
69 int tag_base[CONSTANT_Limit];
70 cpindex tag_index[CONSTANT_Limit];
71 ptrlist tag_extras[CONSTANT_Limit];
110 assert((uint)tag < CONSTANT_Limit);
114 assert((uint)tag < CONSTANT_Limit);
H A Dconstants.h74 CONSTANT_Limit = 15, enumerator in enum:__anon619
H A Dunpack.cpp321 for (i = 0; i < CONSTANT_Limit; i++)
931 for (int tag = 0; tag < CONSTANT_Limit; tag++) {
3285 static const byte TAG_ORDER[CONSTANT_Limit] = {
3423 sprintf(buf, ((uint)e.tag < CONSTANT_Limit)? TAG_NAME[e.tag]: "%d", e.tag);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java962 if (byTag.length < CONSTANT_Limit) {
963 Index[] longer = new Index[CONSTANT_Limit];
974 private Index[] indexByTag = new Index[CONSTANT_Limit];
1001 untypedFirstIndexByTag = new int[CONSTANT_Limit];
1061 indexByTagAndClass = new Index[CONSTANT_Limit][];
1211 TAG_ORDER = new byte[CONSTANT_Limit];
H A DConstants.java89 public final static byte CONSTANT_Limit = 14; field in class:Constants
H A DPackageReader.java201 int[] tagCount = new int[CONSTANT_Limit];

Completed in 60 milliseconds