Searched refs:instructionToAnalyze (Results 1 – 1 of 1) sorted by relevance
192 AnalyzedInstruction instructionToAnalyze = analyzedInstructions.valueAt(i); in analyze() local194 if (instructionToAnalyze.originalInstruction.getOpcode().odexOnly()) { in analyze()198 instructionToAnalyze.restoreOdexedInstruction(); in analyze()201 if (!analyzeInstruction(instructionToAnalyze)) { in analyze()210 int codeAddress = getInstructionAddress(instructionToAnalyze); in analyze()212 … ex.addContext(String.format("opcode: %s", instructionToAnalyze.instruction.getOpcode().name)); in analyze()218 analyzedState.set(instructionToAnalyze.getInstructionIndex()); in analyze()220 for (AnalyzedInstruction successor: instructionToAnalyze.successors) { in analyze()