Searched refs:buffers (Results 1 – 8 of 8) sorted by relevance
39 private final byte[][] buffers; field in Bitmap.DumpData47 this.buffers = new byte[max][]; in DumpData()53 buffers[count] = buffer; in add()
61 private Map<Long, byte[]> buffers; field in AhatBitmapInstance.BitmapDumpData68 this.buffers = new HashMap<Long, byte[]>(count); in BitmapDumpData()149 AhatArrayInstance buffers = inst.getArrayField("buffers"); in toBitmapDumpData() local150 if (natives == null || buffers == null) { in toBitmapDumpData()155 result.referenced.add(buffers.getId()); in toBitmapDumpData()157 result.buffers = new HashMap<>(result.count); in toBitmapDumpData()160 Value bufferVal = buffers.getValue(i); in toBitmapDumpData()165 result.buffers.put(nativePtr.asLong(), buffer.asArrayInstance().asByteArray()); in toBitmapDumpData()274 if (!bitmapDumpData.buffers.containsKey(nativePtr)) { in getBitmapInfo()278 buffer = bitmapDumpData.buffers.get(nativePtr); in getBitmapInfo()
1 Exercise NIO buffers (e.g. java.nio.ByteBuffer).
1 Tests we can add dex-file buffers to an existing classloader and the old classes can see them.
581 ByteBuffer[] buffers = in doTest() local587 for (ByteBuffer buffer : buffers) { in doTest()615 ByteBuffer[] buffers = in doTest() local622 for (ByteBuffer buffer : buffers) { in doTest()827 ByteBuffer[] buffers = in doTest() local834 for (ByteBuffer buffer : buffers) { in doTest()865 ByteBuffer[] buffers = in doTest() local871 for (ByteBuffer buffer : buffers) { in doTest()
230 final ByteBuffer[] buffers = { in testByteBufferVarHandle() local240 for (final ByteBuffer buffer : buffers) { in testByteBufferVarHandle()
255 jobjectArray buffers, in DexFile_openInMemoryDexFilesNative() argument261 jsize buffers_length = env->GetArrayLength(buffers); in DexFile_openInMemoryDexFilesNative()273 jobject buffer = env->GetObjectArrayElement(buffers, i); in DexFile_openInMemoryDexFilesNative()