Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/internal/util/
DVirtualRefBasePtr_Delegate.java34 private static final LongSparseLongArray sRefCount = new LongSparseLongArray(); field in VirtualRefBasePtr_Delegate
38 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()