Searched refs:isBufferTooLarge (Results 1 – 1 of 1) sorted by relevance
92 private static boolean isBufferTooLarge(int size) { in isBufferTooLarge() method in Util100 private static boolean isBufferTooLarge(ByteBuffer buf) { in isBufferTooLarge() method in Util101 return isBufferTooLarge(buf.capacity()); in isBufferTooLarge()131 assert !isBufferTooLarge(size); in get()171 assert !isBufferTooLarge(buf); in offerFirst()185 assert !isBufferTooLarge(buf); in offerLast()220 if (isBufferTooLarge(size)) { in getTemporaryDirectBuffer()255 if (isBufferTooLarge(buf)) { in offerFirstTemporaryDirectBuffer()277 if (isBufferTooLarge(buf)) { in offerLastTemporaryDirectBuffer()