public class net.bytebuddy.implementation.bytecode.member.HandleInvocation extends net.bytebuddy.implementation.bytecode.StackManipulation$AbstractBase
{
private static final java.lang.String METHOD_HANDLE_NAME;
private static final java.lang.String INVOKE_EXACT;
private final net.bytebuddy.utility.JavaConstant$MethodType methodType;
public void <init>(net.bytebuddy.utility.JavaConstant$MethodType)
{
net.bytebuddy.utility.JavaConstant$MethodType v;
net.bytebuddy.implementation.bytecode.member.HandleInvocation v;
v := @this: net.bytebuddy.implementation.bytecode.member.HandleInvocation;
v := @parameter: net.bytebuddy.utility.JavaConstant$MethodType;
specialinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$AbstractBase: void <init>()>();
v.<net.bytebuddy.implementation.bytecode.member.HandleInvocation: net.bytebuddy.utility.JavaConstant$MethodType methodType> = v;
return;
}
public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context)
{
org.objectweb.asm.MethodVisitor v;
net.bytebuddy.implementation.bytecode.StackSize v;
net.bytebuddy.implementation.bytecode.member.HandleInvocation v;
net.bytebuddy.implementation.bytecode.StackManipulation$Size v;
net.bytebuddy.description.type.TypeList v;
int v, v, v, v;
java.lang.String v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.implementation.Implementation$Context v;
net.bytebuddy.utility.JavaConstant$MethodType v, v, v;
v := @this: net.bytebuddy.implementation.bytecode.member.HandleInvocation;
v := @parameter: org.objectweb.asm.MethodVisitor;
v := @parameter: net.bytebuddy.implementation.Implementation$Context;
v = v.<net.bytebuddy.implementation.bytecode.member.HandleInvocation: net.bytebuddy.utility.JavaConstant$MethodType methodType>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaConstant$MethodType: java.lang.String getDescriptor()>();
virtualinvoke v.<org.objectweb.asm.MethodVisitor: void visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String,boolean)>(182, "java/lang/invoke/MethodHandle", "invokeExact", v, 0);
v = v.<net.bytebuddy.implementation.bytecode.member.HandleInvocation: net.bytebuddy.utility.JavaConstant$MethodType methodType>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaConstant$MethodType: net.bytebuddy.description.type.TypeDescription getReturnType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.implementation.bytecode.StackSize getStackSize()>();
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.StackSize: int getSize()>();
v = v.<net.bytebuddy.implementation.bytecode.member.HandleInvocation: net.bytebuddy.utility.JavaConstant$MethodType methodType>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaConstant$MethodType: net.bytebuddy.description.type.TypeList getParameterTypes()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeList: int getStackSize()>();
v = v - v;
v = new net.bytebuddy.implementation.bytecode.StackManipulation$Size;
v = staticinvoke <java.lang.Math: int max(int,int)>(v, 0);
specialinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$Size: void <init>(int,int)>(v, v);
return v;
}
public boolean equals(java.lang.Object)
{
java.lang.Class v, v;
java.lang.Object v;
net.bytebuddy.utility.JavaConstant$MethodType v, v;
boolean v;
net.bytebuddy.implementation.bytecode.member.HandleInvocation v;
v := @this: net.bytebuddy.implementation.bytecode.member.HandleInvocation;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v != null goto label;
return 0;
label:
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
return 0;
label:
v = v.<net.bytebuddy.implementation.bytecode.member.HandleInvocation: net.bytebuddy.utility.JavaConstant$MethodType methodType>;
v = v.<net.bytebuddy.implementation.bytecode.member.HandleInvocation: net.bytebuddy.utility.JavaConstant$MethodType methodType>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaConstant$MethodType: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
int v, v, v, v;
java.lang.Class v;
net.bytebuddy.utility.JavaConstant$MethodType v;
net.bytebuddy.implementation.bytecode.member.HandleInvocation v;
v := @this: net.bytebuddy.implementation.bytecode.member.HandleInvocation;
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.member.HandleInvocation: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.implementation.bytecode.member.HandleInvocation: net.bytebuddy.utility.JavaConstant$MethodType methodType>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaConstant$MethodType: int hashCode()>();
v = v + v;
return v;
}
}