Home
last modified time | relevance | path

Searched refs:UNALIGNED (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleBaseByteArrayTest.java42 ALIGNED(0, false), UNALIGNED(0, true), enumConstant
305 MemoryMode.UNALIGNED, ne, MemoryMode.READ_WRITE); in setupByteSources()
309 MemoryMode.UNALIGNED, ne, MemoryMode.READ_ONLY); in setupByteSources()
335 MemoryMode.UNALIGNED, ne, MemoryMode.READ_WRITE); in setupByteSources()
339 MemoryMode.UNALIGNED, ne, MemoryMode.READ_ONLY); in setupByteSources()
/libcore/ojluni/src/main/java/java/nio/
DDirect-X-Buffer-bin.java.template100 if (!UNALIGNED && ((address + off) % $BYTES_PER_VALUE$ != 0)) {
DDirect-X-Buffer.java.template55 protected static final boolean UNALIGNED = Bits.unaligned();