Searched refs:nextPutIndex (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/
H A DBuffer.java511 final int nextPutIndex() { // package-private method in class:Buffer
517 final int nextPutIndex(int nb) { // package-private method in class:Buffer
H A DHeap-X-Buffer.java.template163 hb[ix(nextPutIndex())] = x;
264 Bits.putChar(this, ix(nextPutIndex(2)), x, bigEndian);
315 Bits.putShort(this, ix(nextPutIndex(2)), x, bigEndian);
366 Bits.putInt(this, ix(nextPutIndex(4)), x, bigEndian);
417 Bits.putLong(this, ix(nextPutIndex(8)), x, bigEndian);
468 Bits.putFloat(this, ix(nextPutIndex(4)), x, bigEndian);
519 Bits.putDouble(this, ix(nextPutIndex(8)), x, bigEndian);
H A DDirect-X-Buffer-bin.java.template68 put$Type$(ix(nextPutIndex($BYTES_PER_VALUE$)), x);
H A DByteBufferAs-X-Buffer.java.template122 Bits.put$Type$$BO$(bb, ix(nextPutIndex()), x);
H A DDirect-X-Buffer.java.template291 unsafe.put$Swaptype$(ix(nextPutIndex()), $swap$($toBits$(x)));

Completed in 26 milliseconds