Home
last modified time | relevance | path

Searched refs:PhantomWrapper (Results 1 – 1 of 1) sorted by relevance

/art/test/079-phantom/src/
DBitmap.java27 private static ArrayList sPhantomList = new ArrayList<PhantomWrapper>();
28 private static ReferenceQueue<PhantomWrapper> sPhantomQueue =
29 new ReferenceQueue<PhantomWrapper>();
76 PhantomWrapper phan = new PhantomWrapper(wrapper, sPhantomQueue, in allocNativeStorage()
112 class PhantomWrapper extends PhantomReference { class
113 PhantomWrapper(Bitmap.NativeWrapper wrapper, in PhantomWrapper() method in PhantomWrapper
114 ReferenceQueue<PhantomWrapper> queue, int nativeDataPtr) in PhantomWrapper()
127 ReferenceQueue<PhantomWrapper> mQueue;
129 BitmapWatcher(ReferenceQueue<PhantomWrapper> queue) { in BitmapWatcher()
137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); in run()