Searched refs:allIndexes (Results 1 – 1 of 1) sorted by relevance
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | MethodWriter.java | 2097 int[] allIndexes = new int[0]; // copy of indexes in resizeInstructions() local 2130 newOffset = getNewOffset(allIndexes, allSizes, u, label); in resizeInstructions() 2168 newOffset = getNewOffset(allIndexes, allSizes, 0, u); in resizeInstructions() 2184 newOffset = getNewOffset(allIndexes, allSizes, 0, u); in resizeInstructions() 2226 int[] newIndexes = new int[allIndexes.length + 1]; in resizeInstructions() 2228 System.arraycopy(allIndexes, in resizeInstructions() 2232 allIndexes.length); in resizeInstructions() 2234 newIndexes[allIndexes.length] = u; in resizeInstructions() 2236 allIndexes = newIndexes; in resizeInstructions() 2273 newOffset = getNewOffset(allIndexes, allSizes, u, label); in resizeInstructions() [all …]
|