Searched defs:allowMoveException (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java597 BitSet instructionsToProcess, boolean allowMoveException) {
599 if (!allowMoveException && successor.instruction.opcode == Opcode.MOVE_EXCEPTION) {
595 addPredecessorSuccessor(AnalyzedInstruction predecessor, AnalyzedInstruction successor, AnalyzedInstruction[][] exceptionHandlers, BitSet instructionsToProcess, boolean allowMoveException) argument

Completed in 86 milliseconds