Uses of Class
jadx.core.utils.InsnRemover
Packages that use InsnRemover
-
Uses of InsnRemover in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors with parameters of type InsnRemoverModifier and TypeMethodDescriptionprivate static voidModVisitor.inlineCMPInsns(MethodNode mth, BlockNode block, int i, InsnNode insn, InsnRemover remover) Inline CMP instructions into 'if' to help conditions mergingprivate static booleanReplaceNewArray.processInsn(MethodNode mth, List<InsnNode> instructions, int i, InsnRemover remover) private static booleanConstructorVisitor.processInvoke(MethodNode mth, BlockNode block, int indexInBlock, InsnRemover remover) private static voidModVisitor.processMoveException(MethodNode mth, BlockNode block, InsnNode insn, InsnRemover remover) private static booleanReplaceNewArray.processNewArray(MethodNode mth, NewArrayNode newArrayInsn, List<InsnNode> instructions, InsnRemover remover) private static InsnNodeConstructorVisitor.removeAssignChain(MethodNode mth, InsnNode insn, InsnRemover remover, InsnType insnType) Remove instructions on 'move' chain until instruction with type 'insnType'private static voidModVisitor.removeStep(MethodNode mth, InsnRemover remover) Remove unnecessary instructionsprivate static voidModVisitor.replaceStep(MethodNode mth, InsnRemover remover)