Searched refs:markValue (Results 1 – 20 of 20) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/ |
D | ByteBufferAsDoubleBuffer.java | 118 this.markValue(), in duplicate() 130 this.markValue(), in asReadOnlyBuffer()
|
D | ByteBufferAsLongBuffer.java | 118 this.markValue(), in duplicate() 130 this.markValue(), in asReadOnlyBuffer()
|
D | ByteBufferAsIntBuffer.java | 118 this.markValue(), in duplicate() 130 this.markValue(), in asReadOnlyBuffer()
|
D | ByteBufferAsShortBuffer.java | 118 this.markValue(), in duplicate() 130 this.markValue(), in asReadOnlyBuffer()
|
D | ByteBufferAsFloatBuffer.java | 118 this.markValue(), in duplicate() 130 this.markValue(), in asReadOnlyBuffer()
|
D | HeapIntBuffer.java | 172 this.markValue(), in duplicate() 195 this.markValue(), in asReadOnlyBuffer()
|
D | HeapFloatBuffer.java | 172 this.markValue(), in duplicate() 195 this.markValue(), in asReadOnlyBuffer()
|
D | HeapShortBuffer.java | 172 this.markValue(), in duplicate() 195 this.markValue(), in asReadOnlyBuffer()
|
D | HeapLongBuffer.java | 172 this.markValue(), in duplicate() 195 this.markValue(), in asReadOnlyBuffer()
|
D | HeapDoubleBuffer.java | 172 this.markValue(), in duplicate() 195 this.markValue(), in asReadOnlyBuffer()
|
D | ByteBufferAsCharBuffer.java | 118 this.markValue(), in duplicate() 130 this.markValue(), in asReadOnlyBuffer()
|
D | HeapCharBuffer.java | 172 this.markValue(), in duplicate() 195 this.markValue(), in asReadOnlyBuffer()
|
D | StringCharBuffer.java | 84 return new StringCharBuffer(str, markValue(), in duplicate()
|
D | Buffer.java | 769 final int markValue() { // package-private
|
D | HeapByteBuffer.java | 172 this.markValue(), in duplicate() 195 this.markValue(), in asReadOnlyBuffer()
|
D | Direct-X-Buffer.java.template | 271 this.markValue(), 286 this.markValue(),
|
D | DirectByteBuffer.java | 205 this.markValue(), in duplicate() 219 this.markValue(), in asReadOnlyBuffer()
|
D | ByteBufferAs-X-Buffer.java.template | 118 this.markValue(), 130 this.markValue(),
|
D | Heap-X-Buffer.java.template | 172 this.markValue(), 188 this.markValue(), 195 this.markValue(),
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | Buffer.java | 120 final int markValue() { in markValue() method in Buffer
|