Searched refs:alignAndReserve (Results 1 - 3 of 3) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_1.java48 protected void alignAndReserve(int align, int n) { method in class:CDROutputStream_1_1
119 alignAndReserve(converter.getAlignment(),
H A DCDROutputStream_1_2.java177 protected void alignAndReserve(int align, int n) { method in class:CDROutputStream_1_2
181 // operation (from the stub code) would trigger an alignAndReserve
H A DCDROutputStream_1_0.java244 protected void alignAndReserve(int align, int n) { method in class:CDROutputStream_1_0
292 // The 'if' stmt is commented out since we need the alignAndReserve to
298 alignAndReserve(1, 1);
404 alignAndReserve(2, 2);
415 alignAndReserve(2, 2);
431 alignAndReserve(4, 4);
447 alignAndReserve(8, 8);
539 // This flag forces the alignAndReserve method to be called the
553 alignAndReserve(1, 1);
1006 // calling alignAndReserve
[all...]

Completed in 101 milliseconds