Lines Matching refs:Bits
49 protected static final Unsafe unsafe = Bits.unsafe();
55 protected static final boolean unaligned = Bits.unaligned();
96 Bits.unreserveMemory(size, capacity);
121 int ps = Bits.pageSize();
123 Bits.reserveMemory(size, cap);
129 Bits.unreserveMemory(size, cap);
258 if ((length << $LG_BYTES_PER_VALUE$) > Bits.JNI_COPY_TO_ARRAY_THRESHOLD) {
269 Bits.copyTo$Memtype$Array(ix(pos), dst,
274 Bits.copyToArray(ix(pos), dst, arrayBaseOffset,
350 if ((length << $LG_BYTES_PER_VALUE$) > Bits.JNI_COPY_FROM_ARRAY_THRESHOLD) {
361 Bits.copyFrom$Memtype$Array(src, offset << $LG_BYTES_PER_VALUE$,
365 Bits.copyFromArray(src, arrayBaseOffset, offset << $LG_BYTES_PER_VALUE$,