Uses of Class
jadx.core.dex.attributes.nodes.MethodInlineAttr
Packages that use MethodInlineAttr
-
Uses of MethodInlineAttr in jadx.core.dex.attributes
Fields in jadx.core.dex.attributes with type parameters of type MethodInlineAttr -
Uses of MethodInlineAttr in jadx.core.dex.attributes.nodes
Fields in jadx.core.dex.attributes.nodes declared as MethodInlineAttrModifier and TypeFieldDescriptionprivate static final MethodInlineAttrMethodInlineAttr.INLINE_NOT_NEEDEDMethods in jadx.core.dex.attributes.nodes that return MethodInlineAttrModifier and TypeMethodDescriptionstatic MethodInlineAttrMethodInlineAttr.inlineNotNeeded(MethodNode mth) static MethodInlineAttrMethodInlineAttr.markForInline(MethodNode mth, InsnNode replaceInsn) Methods in jadx.core.dex.attributes.nodes that return types with arguments of type MethodInlineAttr -
Uses of MethodInlineAttr in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors that return MethodInlineAttrModifier and TypeMethodDescriptionprivate static @Nullable MethodInlineAttrMarkMethodsForInline.addInlineAttr(MethodNode mth, InsnNode insn, boolean isCopy) private static @Nullable MethodInlineAttrMarkMethodsForInline.inlineMth(MethodNode mth) static @Nullable MethodInlineAttrMarkMethodsForInline.process(MethodNode mth) Methods in jadx.core.dex.visitors with parameters of type MethodInlineAttrModifier and TypeMethodDescriptionprivate voidInlineMethods.inlineMethod(MethodNode mth, MethodNode callMth, MethodInlineAttr mia, BlockNode block, InvokeNode insn) private booleanInlineMethods.replaceRegs(MethodNode mth, MethodNode callMth, MethodInlineAttr mia, InvokeNode insn, InsnNode inlCopy)