Home
last modified time | relevance | path

Searched refs:allocatedAddress (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java52 long allocatedAddress; field in DirectByteBuffer.MemoryRef
71 allocatedAddress = runtime.addressOf(buffer); in MemoryRef()
73 offset = (int) (((allocatedAddress + 7) & ~(long) 7) - allocatedAddress); in MemoryRef()
79 MemoryRef(long allocatedAddress, Object originalBufferObject) { in MemoryRef() argument
81 this.allocatedAddress = allocatedAddress; in MemoryRef()
89 allocatedAddress = 0; in free()
103 this.address = memoryRef.allocatedAddress + memoryRef.offset; in DirectByteBuffer()
142 address = memoryRef.allocatedAddress + off; in DirectByteBuffer()
/libcore/ojluni/annotations/hiddenapi/java/nio/
DDirectByteBuffer.java450 MemoryRef(long allocatedAddress, java.lang.Object originalBufferObject) { in MemoryRef() argument
458 long allocatedAddress; field in DirectByteBuffer.MemoryRef