Searched refs:sRefCount (Results 1 – 1 of 1) 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()