Searched refs:mRefStacks (Results 1 – 1 of 1) sorted by relevance
87 private HashMap<Long, RuntimeException> mRefStacks; field in AssetManager585 if (mRefStacks != null) { in finalize()586 for (RuntimeException e : mRefStacks.values()) { in finalize()899 if (mRefStacks == null) { in incRefsLocked()900 mRefStacks = new HashMap<Long, RuntimeException>(); in incRefsLocked()904 mRefStacks.put(id, ex); in incRefsLocked()910 if (DEBUG_REFS && mRefStacks != null) { in decRefsLocked()911 mRefStacks.remove(id); in decRefsLocked()