Searched refs:mRefStacks (Results 1 – 1 of 1) sorted by relevance
78 private HashMap<Long, RuntimeException> mRefStacks; field in AssetManager524 if (mRefStacks != null) { in finalize()525 for (RuntimeException e : mRefStacks.values()) { in finalize()791 if (mRefStacks == null) { in incRefsLocked()792 mRefStacks = new HashMap<Long, RuntimeException>(); in incRefsLocked()796 mRefStacks.put(id, ex); in incRefsLocked()802 if (DEBUG_REFS && mRefStacks != null) { in decRefsLocked()803 mRefStacks.remove(id); in decRefsLocked()