Searched refs:mRefStacks (Results 1 – 1 of 1) sorted by relevance
84 private HashMap<Long, RuntimeException> mRefStacks; field in AssetManager558 if (mRefStacks != null) { in finalize()559 for (RuntimeException e : mRefStacks.values()) { in finalize()866 if (mRefStacks == null) { in incRefsLocked()867 mRefStacks = new HashMap<Long, RuntimeException>(); in incRefsLocked()871 mRefStacks.put(id, ex); in incRefsLocked()877 if (DEBUG_REFS && mRefStacks != null) { in decRefsLocked()878 mRefStacks.remove(id); in decRefsLocked()