Searched refs:mostRecent (Results 1 – 3 of 3) sorted by relevance
664 mostRecent = -1; in AllSameBlocks()668 if (mostRecent >= 0 && values[mostRecent] == value) { in findOrAdd()669 refCounts[mostRecent] += count; in findOrAdd()670 return indexes[mostRecent]; in findOrAdd()674 mostRecent = i; in findOrAdd()682 mostRecent = length; in findOrAdd()702 mostRecent = least; in add()724 private int mostRecent; field in MutableCodePointTrie.AllSameBlocks
657 mostRecent = -1; in AllSameBlocks()661 if (mostRecent >= 0 && values[mostRecent] == value) { in findOrAdd()662 refCounts[mostRecent] += count; in findOrAdd()663 return indexes[mostRecent]; in findOrAdd()667 mostRecent = i; in findOrAdd()675 mostRecent = length; in findOrAdd()695 mostRecent = least; in add()717 private int mostRecent; field in MutableCodePointTrie.AllSameBlocks
690 AllSameBlocks() : length(0), mostRecent(-1) {} in AllSameBlocks()693 if (mostRecent >= 0 && values[mostRecent] == value) { in findOrAdd()694 refCounts[mostRecent] += count; in findOrAdd()695 return indexes[mostRecent]; in findOrAdd()699 mostRecent = i; in findOrAdd()707 mostRecent = length; in findOrAdd()727 mostRecent = least; in add()750 int32_t mostRecent; member in __anon5a66f5c00111::AllSameBlocks