Searched refs:ByteBufferAsIntBuffer (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/ |
D | ByteBufferAsIntBuffer.java | 35 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()
|
D | IntBuffer.java | 1213 } else if (this instanceof ByteBufferAsIntBuffer asDst && in putBuffer() 1214 src instanceof ByteBufferAsIntBuffer asSrc && thisBase instanceof byte[]) { in putBuffer()
|
D | HeapByteBuffer.java | 739 return new ByteBufferAsIntBuffer(this, in asIntBuffer()
|
D | Heap-X-Buffer.java.template | 727 ? (IntBuffer)(new ByteBufferAsIntBuffer$RW$B(this, 733 : (IntBuffer)(new ByteBufferAsIntBuffer$RW$L(this, 739 return new ByteBufferAsIntBuffer(this,
|
D | DirectByteBuffer.java | 677 return new ByteBufferAsIntBuffer(this, in asIntBuffer()
|
/libcore/ |
D | openjdk_java_files.bp | 371 "ojluni/src/main/java/java/nio/ByteBufferAsIntBuffer.java",
|