Searched refs:newCases (Results 1 – 2 of 2) sorted by relevance
191 newCases = readCaseList(sys.argv[2]) variable195 added, removed = diffCaseLists(renamedCases, newCases)
1184 int[] newCases = new int[newLength]; in trimSwitchInstruction() local1193 newCases[newIndex++] = cases[index]; in trimSwitchInstruction()1198 lookUpSwitchInstruction.cases = newCases; in trimSwitchInstruction()