Searched refs:nondirect3 (Results 1 – 7 of 7) sorted by relevance
208 IntBuffer nondirect3 = ByteBuffer.allocate(cap).asIntBuffer(); in putBuffer() local210 nondirect3.put(nondirect4); in putBuffer()
208 ShortBuffer nondirect3 = ByteBuffer.allocate(cap).asShortBuffer(); in putBuffer() local210 nondirect3.put(nondirect4); in putBuffer()
208 LongBuffer nondirect3 = ByteBuffer.allocate(cap).asLongBuffer(); in putBuffer() local210 nondirect3.put(nondirect4); in putBuffer()
208 FloatBuffer nondirect3 = ByteBuffer.allocate(cap).asFloatBuffer(); in putBuffer() local210 nondirect3.put(nondirect4); in putBuffer()
208 DoubleBuffer nondirect3 = ByteBuffer.allocate(cap).asDoubleBuffer(); in putBuffer() local210 nondirect3.put(nondirect4); in putBuffer()
208 CharBuffer nondirect3 = ByteBuffer.allocate(cap).asCharBuffer(); in putBuffer() local210 nondirect3.put(nondirect4); in putBuffer()
208 $Type$Buffer nondirect3 = ByteBuffer.allocate(cap).as$Type$Buffer();210 nondirect3.put(nondirect4);