Searched refs:getIndexFromKey (Results 1 – 6 of 6) sorted by relevance
58 final int statsIndex = SparseMappingTable.getIndexFromKey(key); in mergeStats()61 final int thatStatsIndex = SparseMappingTable.getIndexFromKey(thatKey); in mergeStats()75 final int statsIndex = SparseMappingTable.getIndexFromKey(key); in mergeStats()149 final int statsIndex = SparseMappingTable.getIndexFromKey(key); in writeStatsToProtoForKey()172 final int statsIndex = SparseMappingTable.getIndexFromKey(key); in getRssMeanAndMax()
102 System.arraycopy(theirLongs, getIndexFromKey(theirKey), in copyFrom()103 myLongs, getIndexFromKey(myKey), valueCount); in copyFrom()197 return array[getIndexFromKey(key) + index]; in getValue()231 return array[getIndexFromKey(key) + index]; in getValueForId()283 array[getIndexFromKey(key) + index] = value; in setValue()429 final int index = getIndexFromKey(key); in validateKeys()636 public static int getIndexFromKey(int key) { in getIndexFromKey() method in SparseMappingTable
68 final int addOff = SparseMappingTable.getIndexFromKey(key); in mergeStats()85 final int dstOff = SparseMappingTable.getIndexFromKey(key); in mergeStats()100 final int addOff = SparseMappingTable.getIndexFromKey(key); in getTotalMemUsage()
942 final int tableOffset = SparseMappingTable.getIndexFromKey(key); in dumpPss()1309 SparseMappingTable.getIndexFromKey(key)); in dumpAllPssCheckin()
453 final int tmpIndex = SparseMappingTable.getIndexFromKey(sysKey); in computeTotalMemoryUse()
27752 HSPLcom/android/internal/app/procstats/SparseMappingTable;->getIndexFromKey(I)I