HomeSort by relevance Sort by last modified time
    Searched refs:MemoryRef (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 43 * from Java. Each MemoryRef also has an isAccessible associated with it, which determines
48 * A single MemoryRef instance is shared across all slices and duplicates of a given buffer.
50 static class MemoryRef {
56 MemoryRef(int capacity) {
65 MemoryRef(long allocatedAddress) {
80 final MemoryRef memoryRef;
82 DirectByteBuffer(int capacity, MemoryRef memoryRef) {
83 super(-1, 0, capacity, capacity, memoryRef.buffer, memoryRef.offset)
    [all...]
ByteBuffer.java 240 DirectByteBuffer.MemoryRef memoryRef = new DirectByteBuffer.MemoryRef(capacity);
241 return new DirectByteBuffer(capacity, memoryRef);
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 97 milliseconds