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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java1719 // *bc_case_count :UNSIGNED5
1745 readByteCodeOps(); // reads from bc_codes and bc_case_count
1771 bc_case_count.doneDisbursing();
1811 bc_case_count.expectMoreLength(1);
1879 bc_case_count.readFrom(in);
1882 int caseCount = bc_case_count.getInt();
1886 bc_case_count.resetForSecondPass();
1936 int caseCount = bc_case_count.getInt();
H A DPackageWriter.java1415 bc_case_count.putInt(caseCount);
H A DBandStructure.java1573 IntBand bc_case_count = bc_bands.newIntBand("bc_case_count"); // *switch field in class:BandStructure
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h429 #define bc_case_count all_bands[e_bc_case_count] macro
H A Dbands.cpp411 BAND_INIT(bc_case_count, UNSIGNED5_spec, 0),
H A Dunpack.cpp2841 // read from bc_codes and bc_case_count
2947 bc_case_count.readData((int)all_switch_ops.size());
2949 int caseCount = bc_case_count.getInt();
2955 bc_case_count.rewind(); // uses again for output
3804 int caseCount = bc_case_count.getInt();

Completed in 66 milliseconds