Searched refs:allocatedAddress (Results 1 – 2 of 2) sorted by relevance
52 long allocatedAddress; field in DirectByteBuffer.MemoryRef71 allocatedAddress = runtime.addressOf(buffer); in MemoryRef()73 offset = (int) (((allocatedAddress + 7) & ~(long) 7) - allocatedAddress); in MemoryRef()79 MemoryRef(long allocatedAddress, Object originalBufferObject) { in MemoryRef() argument81 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()
450 MemoryRef(long allocatedAddress, java.lang.Object originalBufferObject) { in MemoryRef() argument458 long allocatedAddress; field in DirectByteBuffer.MemoryRef