Searched refs:computeLeadingNulls (Results 1 – 2 of 2) sorted by relevance
31 final int oldOffset = oldList.computeLeadingNulls(); in computeDiff()32 final int newOffset = newList.computeLeadingNulls(); in computeDiff()139 final int leadingOld = oldList.computeLeadingNulls();140 final int leadingNew = newList.computeLeadingNulls();
208 int computeLeadingNulls() { in computeLeadingNulls() method in PagedStorage