Home
last modified time | relevance | path

Searched refs:undeodexedInstructions (Results 1 – 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java181 BitSet undeodexedInstructions = new BitSet(analyzedInstructions.size()); in analyze() local
202 undeodexedInstructions.set(i); in analyze()
206 undeodexedInstructions.clear(i); in analyze()
233 if (!undeodexedInstructions.isEmpty()) { in analyze()
234 … for (int i=undeodexedInstructions.nextSetBit(0); i>=0; i=undeodexedInstructions.nextSetBit(i+1)) { in analyze()