Searched refs:sRefCount (Results 1 – 2 of 2) sorted by relevance
34 private static final LongSparseLongArray sRefCount = new LongSparseLongArray(); field in VirtualRefBasePtr_Delegate38 long counter = sRefCount.get(ptr); in nIncStrong()39 sRefCount.put(ptr, ++counter); in nIncStrong()44 long counter = sRefCount.get(ptr); in nDecStrong()47 sRefCount.put(ptr, --counter); in nDecStrong()49 sRefCount.delete(ptr); in nDecStrong()
30 private static int sRefCount = 0; field in AdapterApp43 sRefCount++; in AdapterApp()44 Log.d(TAG, "REFCOUNT: Constructed " + this + " Instance Count = " + sRefCount); in AdapterApp()62 sRefCount--; in finalize()63 Log.d(TAG, "REFCOUNT: Finalized: " + this + ", Instance Count = " + sRefCount); in finalize()