Searched refs:ic_count (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h210 int file_count, attr_definition_count, ic_count, class_count; member in struct:unpacker
H A Dunpack.cpp788 ic_count = hdr.getInt();
789 CHECK_COUNT(ic_count);
912 generous = add_size(generous, u->ic_count); // implicit name
913 generous = add_size(generous, u->ic_count); // outer
914 generous = add_size(generous, u->ic_count); // outer.utf8
2039 ics = U_NEW(inner_class, ic_count);
2040 ic_this_class.readData(ic_count);
2041 ic_flags.readData(ic_count);
2045 for (i = 0; i < ic_count; i++) {
2070 for (i = 0; i < ic_count;
[all...]

Completed in 38 milliseconds