Searched refs:fragmented (Results 1 - 8 of 8) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_1.java95 if (bbwi.fragmented) {
106 bbwi.fragmented = false;
H A DCDROutputStream_1_1.java82 // At this point, if we fragmented, we should have a ByteBufferWithInfo
84 // should be updated accordingly, and the fragmented flag should be set.
85 if (bbwi.fragmented) {
88 bbwi.fragmented = false;
H A DByteBufferWithInfo.java57 public boolean fragmented; // Did the overflow operation fragment? field in class:ByteBufferWithInfo
72 this.fragmented = false;
127 this.fragmented = false;
140 this.fragmented = bbwi.fragmented;
248 str.append(" fragmented = " + fragmented);
H A DBufferManagerWriteGrow.java63 bbwi.fragmented = false;
H A DCDROutputStream_1_2.java121 // Start a new chunk since we fragmented during the item.
231 // At this point, if we fragmented, we should have a ByteBufferWithInfo
233 // should be updated accordingly, and the fragmented flag should be set.
235 // Note that fragmented is only true in the streaming and collect cases.
236 if (bbwi.fragmented) {
239 bbwi.fragmented = false;
247 // We just fragmented, and need to signal that we should
H A DBufferManagerWriteStream.java86 bbwi.fragmented = true;
H A DBufferManagerWriteCollect.java88 newBbwi.fragmented = true;
H A DBufferManagerReadStream.java132 result.fragmented = true;

Completed in 52 milliseconds