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;290 OTHER_DALVIK_OTHER_LINEARALLOC - NUM_OTHER_STATS;293 OTHER_DALVIK_OTHER_INDIRECT_REFERENCE_TABLE - NUM_OTHER_STATS;303 public static final int OTHER_DVK_STAT_DEX_START = OTHER_DEX_BOOT_VDEX - NUM_OTHER_STATS;305 public static final int OTHER_DVK_STAT_DEX_END = OTHER_DEX_APP_VDEX - NUM_OTHER_STATS;313 public static final int OTHER_DVK_STAT_ART_START = OTHER_ART_APP - NUM_OTHER_STATS;315 public static final int OTHER_DVK_STAT_ART_END = OTHER_ART_BOOT - NUM_OTHER_STATS;344 private int[] otherStats = new int[(NUM_OTHER_STATS+NUM_DVK_STATS)*NUM_CATEGORIES];
12495 long[] miscPss = new long[Debug.MemoryInfo.NUM_OTHER_STATS]; in dumpApplicationMemoryUsage()12496 long[] miscSwapPss = new long[Debug.MemoryInfo.NUM_OTHER_STATS]; in dumpApplicationMemoryUsage()12615 dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12617 mi.getOtherSwappedOutPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12621 for (int j=0; j<Debug.MemoryInfo.NUM_OTHER_STATS; j++) { in dumpApplicationMemoryUsage()12689 … dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12691 mi.getOtherSwappedOutPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12695 for (int j=0; j<Debug.MemoryInfo.NUM_OTHER_STATS; j++) { in dumpApplicationMemoryUsage()12719 for (int j=0; j<Debug.MemoryInfo.NUM_OTHER_STATS; j++) { in dumpApplicationMemoryUsage()12745 Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()[all …]
2599 for (int i=0; i<Debug.MemoryInfo.NUM_OTHER_STATS; i++) { in dumpMemInfoTable()2670 for (int i=0; i<Debug.MemoryInfo.NUM_OTHER_STATS; i++) { in dumpMemInfoTable()2737 for (int i=Debug.MemoryInfo.NUM_OTHER_STATS; in dumpMemInfoTable()2738 i<Debug.MemoryInfo.NUM_OTHER_STATS + Debug.MemoryInfo.NUM_DVK_STATS; i++) { in dumpMemInfoTable()2865 for (int i = 0; i < Debug.MemoryInfo.NUM_OTHER_STATS; i++) { in dumpMemInfoTable()2914 for (int i = Debug.MemoryInfo.NUM_OTHER_STATS; in dumpMemInfoTable()2915 i < Debug.MemoryInfo.NUM_OTHER_STATS + Debug.MemoryInfo.NUM_DVK_STATS; in dumpMemInfoTable()