Searched refs:analyzedInstructions (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java64 private BitSet analyzedInstructions; field in class:MethodAnalyzer
120 analyzedInstructions = new BitSet(instructions.size());
200 if (analyzedInstructions.get(i)) {
230 analyzedInstructions.set(instructionToAnalyze.getInstructionIndex());
471 if (successor.mergeRegister(registerNumber, postRegisterType, analyzedInstructions)) {

Completed in 73 milliseconds