Home
last modified time | relevance | path

Searched refs:ByteBufferAsIntBuffer (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
DByteBufferAsIntBuffer.java35 class ByteBufferAsIntBuffer // package-private class
54 ByteBufferAsIntBuffer(ByteBuffer bb, in ByteBufferAsIntBuffer() method in ByteBufferAsIntBuffer
100 return new ByteBufferAsIntBuffer(bb, -1, 0, rem, rem, ix(pos), order); in slice()
106 return new ByteBufferAsIntBuffer(bb, in slice()
117 return new ByteBufferAsIntBuffer(bb, in duplicate()
129 return new ByteBufferAsIntBuffer(bb.asReadOnlyBuffer(), in asReadOnlyBuffer()
273 src instanceof ByteBufferAsIntBuffer asSrc) { // always true if src.hb == null in putBuffer()
DIntBuffer.java1213 } else if (this instanceof ByteBufferAsIntBuffer asDst && in putBuffer()
1214 src instanceof ByteBufferAsIntBuffer asSrc && thisBase instanceof byte[]) { in putBuffer()
DHeapByteBuffer.java739 return new ByteBufferAsIntBuffer(this, in asIntBuffer()
DHeap-X-Buffer.java.template727 ? (IntBuffer)(new ByteBufferAsIntBuffer$RW$B(this,
733 : (IntBuffer)(new ByteBufferAsIntBuffer$RW$L(this,
739 return new ByteBufferAsIntBuffer(this,
DDirectByteBuffer.java677 return new ByteBufferAsIntBuffer(this, in asIntBuffer()
/libcore/
Dopenjdk_java_files.bp371 "ojluni/src/main/java/java/nio/ByteBufferAsIntBuffer.java",