Home
last modified time | relevance | path

Searched refs:HeapIntBuffer (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
DHeapIntBuffer.java46 final class HeapIntBuffer class
67 HeapIntBuffer(int cap, int lim) { // package-private in HeapIntBuffer() method in HeapIntBuffer
86 private HeapIntBuffer(int cap, int lim, boolean isReadOnly) { in HeapIntBuffer() method in HeapIntBuffer
93 HeapIntBuffer(int[] buf, int off, int len) { // package-private in HeapIntBuffer() method in HeapIntBuffer
112 private HeapIntBuffer(int[] buf, int off, int len, boolean isReadOnly) { in HeapIntBuffer() method in HeapIntBuffer
121 private HeapIntBuffer(int[] buf, in HeapIntBuffer() method in HeapIntBuffer
145 return new HeapIntBuffer(hb, in slice()
159 return new HeapIntBuffer(hb, in slice()
171 return new HeapIntBuffer(hb, in duplicate()
194 return new HeapIntBuffer(hb, in asReadOnlyBuffer()
[all …]
DIntBuffer.java380 return new HeapIntBuffer(capacity, capacity); in allocate()
426 return new HeapIntBuffer(array, offset, length); in wrap()
/libcore/ojluni/src/tools/make/gensrc/
DGensrcBuffer.gmk301 $(eval $(call SetupGenBuffer,HeapIntBuffer, $(HEAP_X_BUF), type:=int))
/libcore/
Dopenjdk_java_files.bp415 "ojluni/src/main/java/java/nio/HeapIntBuffer.java",