HomeSort by relevance Sort by last modified time
    Searched full:analyzedinstructions (Results 1 - 1 of 1) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 84 @Nonnull private final SparseArray<AnalyzedInstruction> analyzedInstructions =
139 analyzedState = new BitSet(analyzedInstructions.size());
179 BitSet instructionsToAnalyze = new BitSet(analyzedInstructions.size());
186 BitSet undeodexedInstructions = new BitSet(analyzedInstructions.size());
197 AnalyzedInstruction instructionToAnalyze = analyzedInstructions.valueAt(i);
249 for (int i=0; i< analyzedInstructions.size(); i++) {
250 AnalyzedInstruction analyzedInstruction = analyzedInstructions.valueAt(i);
307 return analyzedInstructions.getValues();
311 return Lists.transform(analyzedInstructions.getValues(), new Function<AnalyzedInstruction, Instruction>() {
331 return analyzedInstructions.keyAt(instruction.instructionIndex)
    [all...]

Completed in 59 milliseconds