Searched refs:NUM_OTHER_STATS (Results 1 – 3 of 3) sorted by relevance
256 public static final int NUM_OTHER_STATS = 17; field in Debug.MemoryInfo270 OTHER_DALVIK_NORMAL - NUM_OTHER_STATS;273 OTHER_DALVIK_NON_MOVING - NUM_OTHER_STATS;288 OTHER_DALVIK_OTHER_LINEARALLOC - NUM_OTHER_STATS;291 OTHER_DALVIK_OTHER_INDIRECT_REFERENCE_TABLE - NUM_OTHER_STATS;301 public static final int OTHER_DVK_STAT_DEX_START = OTHER_DEX_BOOT_VDEX - NUM_OTHER_STATS;303 public static final int OTHER_DVK_STAT_DEX_END = OTHER_DEX_APP_VDEX - NUM_OTHER_STATS;311 public static final int OTHER_DVK_STAT_ART_START = OTHER_ART_APP - NUM_OTHER_STATS;313 public static final int OTHER_DVK_STAT_ART_END = OTHER_ART_BOOT - NUM_OTHER_STATS;342 private int[] otherStats = new int[(NUM_OTHER_STATS+NUM_DVK_STATS)*NUM_CATEGORIES];
12436 long[] miscPss = new long[Debug.MemoryInfo.NUM_OTHER_STATS]; in dumpApplicationMemoryUsage()12437 long[] miscSwapPss = new long[Debug.MemoryInfo.NUM_OTHER_STATS]; in dumpApplicationMemoryUsage()12556 dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12558 mi.getOtherSwappedOutPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12562 for (int j=0; j<Debug.MemoryInfo.NUM_OTHER_STATS; j++) { in dumpApplicationMemoryUsage()12630 … dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12632 mi.getOtherSwappedOutPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12636 for (int j=0; j<Debug.MemoryInfo.NUM_OTHER_STATS; j++) { in dumpApplicationMemoryUsage()12660 for (int j=0; j<Debug.MemoryInfo.NUM_OTHER_STATS; j++) { in dumpApplicationMemoryUsage()12686 Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()[all …]
2580 for (int i=0; i<Debug.MemoryInfo.NUM_OTHER_STATS; i++) { in dumpMemInfoTable()2651 for (int i=0; i<Debug.MemoryInfo.NUM_OTHER_STATS; i++) { in dumpMemInfoTable()2718 for (int i=Debug.MemoryInfo.NUM_OTHER_STATS; in dumpMemInfoTable()2719 i<Debug.MemoryInfo.NUM_OTHER_STATS + Debug.MemoryInfo.NUM_DVK_STATS; i++) { in dumpMemInfoTable()2846 for (int i = 0; i < Debug.MemoryInfo.NUM_OTHER_STATS; i++) { in dumpMemInfoTable()2895 for (int i = Debug.MemoryInfo.NUM_OTHER_STATS; in dumpMemInfoTable()2896 i < Debug.MemoryInfo.NUM_OTHER_STATS + Debug.MemoryInfo.NUM_DVK_STATS; in dumpMemInfoTable()