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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DMethodAnalyzer.java500 @Nonnull BitSet instructionsToProcess, boolean allowMoveException) {
502 if (!allowMoveException && successor.instruction.getOpcode() == Opcode.MOVE_EXCEPTION) {
497 addPredecessorSuccessor(@onnull AnalyzedInstruction predecessor, @Nonnull AnalyzedInstruction successor, @Nonnull AnalyzedInstruction[][] exceptionHandlers, @Nonnull BitSet instructionsToProcess, boolean allowMoveException) argument

Completed in 41 milliseconds