Uses of Class
jadx.core.dex.instructions.NewArrayNode
Packages that use NewArrayNode
-
Uses of NewArrayNode in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors with parameters of type NewArrayNodeModifier and TypeMethodDescriptionprivate static booleanModVisitor.checkArrSizes(MethodNode mth, NewArrayNode newArrInsn, FillArrayInsn fillArrInsn) private static InsnNodeModVisitor.makeFilledArrayInsn(MethodNode mth, NewArrayNode newArrayNode, FillArrayInsn insn) private static booleanReplaceNewArray.processNewArray(MethodNode mth, NewArrayNode newArrayInsn, List<InsnNode> instructions, InsnRemover remover)