Searched refs:otherSharedDirty (Results 1 – 6 of 6) sorted by relevance
66 response.append(',').append(memoryInfo.otherSharedDirty); in main()
156 public int otherSharedDirty; field in Debug.MemoryInfo230 return dalvikSharedDirty + nativeSharedDirty + otherSharedDirty; in getTotalSharedDirty()346 dest.writeInt(otherSharedDirty); in writeToParcel()371 otherSharedDirty = source.readInt(); in readFromParcel()
532 mPerfSnapshot.putLong(METRIC_KEY_OTHER_SHARED_DIRTY, memInfo.otherSharedDirty); in endPerformanceSnapshot()
1935 pw.print(memInfo.otherSharedDirty); pw.print(','); in dumpMemInfoTable()2006 int otherSharedDirty = memInfo.otherSharedDirty; in dumpMemInfoTable() local2033 otherSharedDirty -= mySharedDirty; in dumpMemInfoTable()2043 otherSharedDirty, otherPrivateDirty, otherSharedClean, otherPrivateClean, in dumpMemInfoTable()
23256 field public int otherSharedDirty;
21676 field public int otherSharedDirty;