Searched refs:reorderingEnd (Results 1 – 1 of 1) sorted by relevance
2152 int reorderingEnd = recordNum + 1; in removeRedundantOperationsAndExecute() local2154 while (reorderingEnd < numRecords in removeRedundantOperationsAndExecute()2155 && isRecordPop.get(reorderingEnd) in removeRedundantOperationsAndExecute()2156 && !records.get(reorderingEnd).mReorderingAllowed) { in removeRedundantOperationsAndExecute()2157 reorderingEnd++; in removeRedundantOperationsAndExecute()2160 executeOpsTogether(records, isRecordPop, recordNum, reorderingEnd); in removeRedundantOperationsAndExecute()2161 startIndex = reorderingEnd; in removeRedundantOperationsAndExecute()2162 recordNum = reorderingEnd - 1; in removeRedundantOperationsAndExecute()