Searched refs:NUM_CATEGORIES (Results 1 – 1 of 1) sorted by relevance
248 public static final int NUM_CATEGORIES = 8; field in Debug.MemoryInfo267 private int[] otherStats = new int[(NUM_OTHER_STATS+NUM_DVK_STATS)*NUM_CATEGORIES];342 return otherStats[which*NUM_CATEGORIES + offsetPss]; in getOtherPss()348 return otherStats[which*NUM_CATEGORIES + offsetSwappablePss]; in getOtherSwappablePss()354 return otherStats[which*NUM_CATEGORIES + offsetPrivateDirty]; in getOtherPrivateDirty()359 return otherStats[which*NUM_CATEGORIES + offsetSharedDirty]; in getOtherSharedDirty()364 return otherStats[which*NUM_CATEGORIES + offsetPrivateClean]; in getOtherPrivateClean()374 return otherStats[which*NUM_CATEGORIES + offsetSharedClean]; in getOtherSharedClean()379 return otherStats[which*NUM_CATEGORIES + offsetSwappedOut]; in getOtherSwappedOut()384 return otherStats[which*NUM_CATEGORIES + offsetSwappedOutPss]; in getOtherSwappedOutPss()