Searched refs:processedInstructions (Results 1 – 1 of 1) sorted by relevance
230 private boolean[] processedInstructions = null; field in IRBuilder319 processedInstructions = new boolean[source.instructionCount()]; in build()348 processedInstructions = null; in build()1651 if (index < processedInstructions.length) {1652 return processedInstructions[index];1660 if (index < processedInstructions.length) {1661 processedInstructions[index] = true;