Home
last modified time | relevance | path

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

/art/test/079-phantom/src/
DBitmap.java29 private static ReferenceQueue<PhantomWrapper> sPhantomQueue = field in Bitmap
31 private static BitmapWatcher sWatcher = new BitmapWatcher(sPhantomQueue);
77 PhantomWrapper phan = new PhantomWrapper(wrapper, sPhantomQueue, in allocNativeStorage()