Uses of Class
jadx.core.dex.instructions.InvokeCustomNode
Packages that use InvokeCustomNode
-
Uses of InvokeCustomNode in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type InvokeCustomNodeModifier and TypeMethodDescriptionprivate voidInsnGen.makeInlinedLambdaMethod(ICodeWriter code, InvokeCustomNode customNode, MethodNode callMth) private voidInsnGen.makeInvokeLambda(ICodeWriter code, InvokeCustomNode customNode) private voidInsnGen.makeRefLambda(ICodeWriter code, InvokeCustomNode customNode) private voidInsnGen.makeSimpleLambda(ICodeWriter code, InvokeCustomNode customNode) -
Uses of InvokeCustomNode in jadx.core.dex.instructions.invokedynamic
Methods in jadx.core.dex.instructions.invokedynamic that return InvokeCustomNodeModifier and TypeMethodDescriptionstatic InvokeCustomNodeCustomLambdaCall.buildLambdaMethodCall(MethodNode mth, InsnData insn, boolean isRange, List<EncodedValue> values) private static @NotNull InvokeCustomNodeCustomLambdaCall.buildMethodCall(MethodNode mth, InsnData insn, boolean isRange, List<EncodedValue> values, IMethodHandle callMthHandle) Methods in jadx.core.dex.instructions.invokedynamic with parameters of type InvokeCustomNodeModifier and TypeMethodDescriptionprivate static @NotNull InvokeNodeCustomLambdaCall.buildInvokeNode(MethodHandleType methodHandleType, InvokeCustomNode invokeCustomNode, MethodInfo callMthInfo)