Uses of Class
jadx.core.dex.instructions.ArithNode
Packages that use ArithNode
Package
Description
-
Uses of ArithNode in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type ArithNodeModifier and TypeMethodDescriptionprivate voidInsnGen.makeArith(ArithNode insn, ICodeWriter code, Set<InsnGen.Flags> state) private voidInsnGen.makeArithOneArg(ArithNode insn, ICodeWriter code) -
Uses of ArithNode in jadx.core.dex.instructions
Methods in jadx.core.dex.instructions that return ArithNodeModifier and TypeMethodDescriptionstatic ArithNodestatic ArithNodestatic ArithNodeCreate one argument arithmetic instructions (a+=2).Methods in jadx.core.dex.instructions with parameters of type ArithNode -
Uses of ArithNode in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors that return ArithNodeModifier and TypeMethodDescriptionprivate static ArithNodeSimplifyVisitor.convertFieldArith(MethodNode mth, InsnNode insn) Convert field arith operation to arith instruction (IPUT (ARITH (IGET, lit)) -> ARITH ((IGET))= lit)) Methods in jadx.core.dex.visitors with parameters of type ArithNodeModifier and TypeMethodDescriptionprivate static voidModVisitor.processArith(MethodNode mth, ClassNode parentClass, ArithNode arithNode) private static InsnNodeSimplifyVisitor.simplifyArith(ArithNode arith) -
Uses of ArithNode in jadx.core.dex.visitors.typeinference
Methods in jadx.core.dex.visitors.typeinference with parameters of type ArithNodeModifier and TypeMethodDescriptionprivate InsnNodeFixTypesVisitor.notBooleanToInt(ArithNode insn, RegisterArg boundArg)