Searched refs:nativePtr (Results 1 – 4 of 4) sorted by relevance
29 public Bitmap(int width, int height, long nativePtr, byte[] buffer) { in Bitmap() argument32 this.mNativePtr = nativePtr; in Bitmap()33 dumpData.add(nativePtr, buffer); in Bitmap()51 public void add(long nativePtr, byte[] buffer) { in add() argument52 natives[count] = nativePtr; in add()
159 Value nativePtr = natives.getValue(i); in toBitmapDumpData() local161 if (nativePtr == null || bufferVal == null) { in toBitmapDumpData()165 result.buffers.put(nativePtr.asLong(), buffer.asArrayInstance().asByteArray()); in toBitmapDumpData()265 long nativePtr = getLongField("mNativePtr", -1l); in getBitmapInfo() local266 if (nativePtr == -1) { in getBitmapInfo()274 if (!bitmapDumpData.buffers.containsKey(nativePtr)) { in getBitmapInfo()278 buffer = bitmapDumpData.buffers.get(nativePtr); in getBitmapInfo()
6 …ibcore.util.NativeAllocationRegistry$CleanerThunk@N(freeFunction = 0xN, nativePtr = 0xN, size = 66…
11067 Llibcore/util/NativeAllocationRegistry$CleanerThunk;->nativePtr:J