Uses of Class
sootup.apk.frontend.main.DexBody
Packages that use DexBody
-
Uses of DexBody in sootup.apk.frontend.instruction
Methods in sootup.apk.frontend.instruction with parameters of type DexBodyModifier and TypeMethodDescriptionvoidSwitchInstruction.addBranchingStmts(DexBody body) MethodInvocationInstruction.buildParameters(DexBody body, List<? extends CharSequence> paramTypes, boolean isStatic) voidSwitchInstruction.computeBranchingStmts(DexBody body) voidConditionalJumpInstruction.deferredJimplify(DexBody body) voidDeferableInstruction.deferredJimplify(DexBody body) Jimplify this instruction with the guarantee that every other (non-deferred) instruction has been jimplified.voidGotoInstruction.deferredJimplify(DexBody body) voidSwitchInstruction.deferredJimplify(DexBody body) voidDanglingInstruction.finalize(DexBody body, DexLibAbstractInstruction successor) Finalize this instruction taking the successor into consideration.voidFilledNewArrayInstruction.finalize(DexBody body, DexLibAbstractInstruction successor) voidFilledNewArrayRangeInstruction.finalize(DexBody body, DexLibAbstractInstruction successor) voidMethodInvocationInstruction.finalize(DexBody body, DexLibAbstractInstruction successor) protected AbstractConditionExprConditionalJumpInstruction.getComparisonExpr(DexBody body, int reg) protected DexLibAbstractInstructionJumpInstruction.getTargetInstruction(DexBody body) protected abstract JIfStmtConditionalJumpInstruction.ifStatement(DexBody dexBody) protected JIfStmtIfTestInstruction.ifStatement(DexBody dexBody) protected JIfStmtIfTestzInstruction.ifStatement(DexBody dexBody) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidabstract voidJimplify this instruction.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidprotected voidMethodInvocationInstruction.jimplifyInterface(DexBody body) protected voidMethodInvocationInstruction.jimplifySpecial(DexBody body) protected voidMethodInvocationInstruction.jimplifyStatic(DexBody body) protected voidMethodInvocationInstruction.jimplifyVirtual(DexBody body) protected StmtPackedSwitchInstruction.switchStatement(DexBody body, org.jf.dexlib2.iface.instruction.Instruction targetData, Local key) protected StmtSparseSwitchInstruction.switchStatement(DexBody body, org.jf.dexlib2.iface.instruction.Instruction targetData, Local key) protected abstract StmtSwitchInstruction.switchStatement(DexBody body, org.jf.dexlib2.iface.instruction.Instruction targetData, Local key)