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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java114 storeIndex(fx.location(), fx.format(), 0);
218 void storeIndex(int loc, int fmt, int value) { method in class:Fixups
219 storeIndex(bytes, loc, fmt, value);
222 void storeIndex(byte[] bytes, int loc, int fmt, int value) { method in class:Fixups
445 storeIndex(bytes, SPECIAL_LOC, SPECIAL_FMT, index);
462 storeIndex(fx.location(), fx.format(), index);

Completed in 31 milliseconds