public abstract class net.bytebuddy.implementation.InvocationHandlerAdapter extends java.lang.Object implements net.bytebuddy.implementation.Implementation$Composable
{
private static final net.bytebuddy.description.type.TypeDescription$Generic INVOCATION_HANDLER_TYPE;
private static final boolean UNCACHED;
private static final boolean CACHED;
private static final boolean UNPRIVILEGED;
private static final boolean PRIVILEGED;
private static final boolean RETURNING;
private static final boolean DROPPING;
protected final java.lang.String fieldName;
protected final boolean cached;
protected final boolean privileged;
protected final boolean returning;
protected final net.bytebuddy.implementation.bytecode.assign.Assigner assigner;
protected void <init>(java.lang.String, boolean, boolean, boolean, net.bytebuddy.implementation.bytecode.assign.Assigner)
{
net.bytebuddy.implementation.bytecode.assign.Assigner v;
net.bytebuddy.implementation.InvocationHandlerAdapter v;
java.lang.String v;
boolean v, v, v;
v := @this: net.bytebuddy.implementation.InvocationHandlerAdapter;
v := @parameter: java.lang.String;
v := @parameter: boolean;
v := @parameter: boolean;
v := @parameter: boolean;
v := @parameter: net.bytebuddy.implementation.bytecode.assign.Assigner;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.implementation.InvocationHandlerAdapter: java.lang.String fieldName> = v;
v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean cached> = v;
v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean privileged> = v;
v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean returning> = v;
v.<net.bytebuddy.implementation.InvocationHandlerAdapter: net.bytebuddy.implementation.bytecode.assign.Assigner assigner> = v;
return;
}
public static net.bytebuddy.implementation.InvocationHandlerAdapter of(java.lang.reflect.InvocationHandler)
{
net.bytebuddy.implementation.InvocationHandlerAdapter v;
java.lang.String v, v;
java.lang.reflect.InvocationHandler v;
v := @parameter: java.lang.reflect.InvocationHandler;
v = staticinvoke <net.bytebuddy.utility.RandomString: java.lang.String hashOf(java.lang.Object)>(v);
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("invocationHandler$\u0001");
v = staticinvoke <net.bytebuddy.implementation.InvocationHandlerAdapter: net.bytebuddy.implementation.InvocationHandlerAdapter of(java.lang.reflect.InvocationHandler,java.lang.String)>(v, v);
return v;
}
public static net.bytebuddy.implementation.InvocationHandlerAdapter of(java.lang.reflect.InvocationHandler, java.lang.String)
{
net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance v;
net.bytebuddy.implementation.bytecode.assign.Assigner v;
java.lang.String v;
java.lang.reflect.InvocationHandler v;
v := @parameter: java.lang.reflect.InvocationHandler;
v := @parameter: java.lang.String;
v = new net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance;
v = <net.bytebuddy.implementation.bytecode.assign.Assigner: net.bytebuddy.implementation.bytecode.assign.Assigner DEFAULT>;
specialinvoke v.<net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance: void <init>(java.lang.String,boolean,boolean,boolean,net.bytebuddy.implementation.bytecode.assign.Assigner,java.lang.reflect.InvocationHandler)>(v, 1, 0, 1, v, v);
return v;
}
public static net.bytebuddy.implementation.InvocationHandlerAdapter toField(java.lang.String)
{
net.bytebuddy.implementation.InvocationHandlerAdapter v;
java.lang.String v;
net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy$Factory v;
v := @parameter: java.lang.String;
v = <net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy$Factory: net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy$Factory INSTANCE>;
v = staticinvoke <net.bytebuddy.implementation.InvocationHandlerAdapter: net.bytebuddy.implementation.InvocationHandlerAdapter toField(java.lang.String,net.bytebuddy.dynamic.scaffold.FieldLocator$Factory)>(v, v);
return v;
}
public static net.bytebuddy.implementation.InvocationHandlerAdapter toField(java.lang.String, net.bytebuddy.dynamic.scaffold.FieldLocator$Factory)
{
net.bytebuddy.implementation.InvocationHandlerAdapter$ForField v;
net.bytebuddy.implementation.bytecode.assign.Assigner v;
net.bytebuddy.dynamic.scaffold.FieldLocator$Factory v;
java.lang.String v;
v := @parameter: java.lang.String;
v := @parameter: net.bytebuddy.dynamic.scaffold.FieldLocator$Factory;
v = new net.bytebuddy.implementation.InvocationHandlerAdapter$ForField;
v = <net.bytebuddy.implementation.bytecode.assign.Assigner: net.bytebuddy.implementation.bytecode.assign.Assigner DEFAULT>;
specialinvoke v.<net.bytebuddy.implementation.InvocationHandlerAdapter$ForField: void <init>(java.lang.String,boolean,boolean,boolean,net.bytebuddy.implementation.bytecode.assign.Assigner,net.bytebuddy.dynamic.scaffold.FieldLocator$Factory)>(v, 1, 0, 1, v, v);
return v;
}
private java.util.List argumentValuesOf(net.bytebuddy.description.method.MethodDescription)
{
net.bytebuddy.implementation.bytecode.StackManipulation[] v;
net.bytebuddy.implementation.bytecode.assign.Assigner v;
net.bytebuddy.implementation.bytecode.StackSize v;
net.bytebuddy.implementation.bytecode.assign.Assigner$Typing v;
java.util.ArrayList v;
net.bytebuddy.description.type.TypeList$Generic v;
net.bytebuddy.description.method.ParameterList v;
net.bytebuddy.description.method.MethodDescription v;
int v, v, v;
net.bytebuddy.implementation.bytecode.StackManipulation v, v;
boolean v;
java.util.Iterator v;
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.implementation.bytecode.member.MethodVariableAccess v;
java.lang.Object v;
net.bytebuddy.implementation.InvocationHandlerAdapter v;
net.bytebuddy.implementation.bytecode.StackManipulation$Compound v;
v := @this: net.bytebuddy.implementation.InvocationHandlerAdapter;
v := @parameter: net.bytebuddy.description.method.MethodDescription;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.method.ParameterList getParameters()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterList: net.bytebuddy.description.type.TypeList$Generic asTypeList()>();
v = new java.util.ArrayList;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeList$Generic: int size()>();
specialinvoke v.<java.util.ArrayList: void <init>(int)>(v);
v = 1;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeList$Generic: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = new net.bytebuddy.implementation.bytecode.StackManipulation$Compound;
v = newarray (net.bytebuddy.implementation.bytecode.StackManipulation)[2];
v = staticinvoke <net.bytebuddy.implementation.bytecode.member.MethodVariableAccess: net.bytebuddy.implementation.bytecode.member.MethodVariableAccess of(net.bytebuddy.description.type.TypeDefinition)>(v);
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.member.MethodVariableAccess: net.bytebuddy.implementation.bytecode.StackManipulation loadFrom(int)>(v);
v[0] = v;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: net.bytebuddy.implementation.bytecode.assign.Assigner assigner>;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType: net.bytebuddy.description.type.TypeDescription$Generic of(java.lang.Class)>(class "Ljava/lang/Object;");
v = <net.bytebuddy.implementation.bytecode.assign.Assigner$Typing: net.bytebuddy.implementation.bytecode.assign.Assigner$Typing STATIC>;
v = interfaceinvoke v.<net.bytebuddy.implementation.bytecode.assign.Assigner: net.bytebuddy.implementation.bytecode.StackManipulation assign(net.bytebuddy.description.type.TypeDescription$Generic,net.bytebuddy.description.type.TypeDescription$Generic,net.bytebuddy.implementation.bytecode.assign.Assigner$Typing)>(v, v, v);
v[1] = v;
specialinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$Compound: void <init>(net.bytebuddy.implementation.bytecode.StackManipulation[])>(v);
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.implementation.bytecode.StackSize getStackSize()>();
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.StackSize: int getSize()>();
v = v + v;
goto label;
label:
return v;
}
public abstract net.bytebuddy.implementation.InvocationHandlerAdapter$WithoutPrivilegeConfiguration withoutMethodCache();
public abstract net.bytebuddy.implementation.Implementation withAssigner(net.bytebuddy.implementation.bytecode.assign.Assigner);
public abstract net.bytebuddy.implementation.InvocationHandlerAdapter$AssignerConfigurable withPrivilegedLookup();
protected net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.StackManipulation, net.bytebuddy.description.field.FieldDescription)
{
java.lang.IllegalStateException v;
net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType v;
org.objectweb.asm.MethodVisitor v;
net.bytebuddy.description.ByteCodeElement$TypeDependant v, v;
net.bytebuddy.description.method.MethodDescription v;
net.bytebuddy.description.method.MethodList v;
boolean v, v, v, v, v, v;
net.bytebuddy.description.type.TypeDescription$Generic v, v, v, v, v;
java.util.List v;
net.bytebuddy.matcher.ElementMatcher$Junction v;
net.bytebuddy.implementation.InvocationHandlerAdapter v;
net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size v;
net.bytebuddy.implementation.bytecode.StackManipulation$Compound v, v;
net.bytebuddy.implementation.bytecode.StackManipulation[] v, v;
net.bytebuddy.implementation.bytecode.assign.Assigner v;
net.bytebuddy.description.field.FieldDescription v;
net.bytebuddy.implementation.bytecode.assign.Assigner$Typing v;
net.bytebuddy.description.method.ParameterList v;
net.bytebuddy.implementation.bytecode.StackManipulation$Size v;
int v, v;
net.bytebuddy.implementation.bytecode.StackManipulation v, v, v, v, v, v, v, v;
java.lang.String v;
net.bytebuddy.implementation.Implementation$Context v;
net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache v;
net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined v;
net.bytebuddy.implementation.bytecode.collection.ArrayFactory v;
java.lang.Object v;
net.bytebuddy.matcher.FilterableList v;
v := @this: net.bytebuddy.implementation.InvocationHandlerAdapter;
v := @parameter: org.objectweb.asm.MethodVisitor;
v := @parameter: net.bytebuddy.implementation.Implementation$Context;
v := @parameter: net.bytebuddy.description.method.MethodDescription;
v := @parameter: net.bytebuddy.implementation.bytecode.StackManipulation;
v := @parameter: net.bytebuddy.description.field.FieldDescription;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: boolean isStatic()>();
if v != 0 goto label;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: boolean isConstructor()>();
if v == 0 goto label;
label:
v = new java.lang.IllegalStateException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.method.MethodDescription)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("It is not possible to apply an invocation handler onto the static method or constructor \u0001");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean privileged>;
if v == 0 goto label;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.ByteCodeElement$TypeDependant asDefined()>();
v = staticinvoke <net.bytebuddy.implementation.bytecode.constant.MethodConstant: net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache ofPrivileged(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
goto label;
label:
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.ByteCodeElement$TypeDependant asDefined()>();
v = staticinvoke <net.bytebuddy.implementation.bytecode.constant.MethodConstant: net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache of(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
label:
v = new net.bytebuddy.implementation.bytecode.StackManipulation$Compound;
v = newarray (net.bytebuddy.implementation.bytecode.StackManipulation)[7];
v[0] = v;
v = staticinvoke <net.bytebuddy.implementation.bytecode.member.FieldAccess: net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined forField(net.bytebuddy.description.field.FieldDescription)>(v);
v = interfaceinvoke v.<net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined: net.bytebuddy.implementation.bytecode.StackManipulation read()>();
v[1] = v;
v = staticinvoke <net.bytebuddy.implementation.bytecode.member.MethodVariableAccess: net.bytebuddy.implementation.bytecode.StackManipulation loadThis()>();
v[2] = v;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean cached>;
if v == 0 goto label;
v = interfaceinvoke v.<net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache: net.bytebuddy.implementation.bytecode.StackManipulation cached()>();
goto label;
label:
v = v;
label:
v[3] = v;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.method.ParameterList getParameters()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterList: boolean isEmpty()>();
if v == 0 goto label;
v = <net.bytebuddy.implementation.bytecode.constant.NullConstant: net.bytebuddy.implementation.bytecode.constant.NullConstant INSTANCE>;
goto label;
label:
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType: net.bytebuddy.description.type.TypeDescription$Generic of(java.lang.Class)>(class "Ljava/lang/Object;");
v = staticinvoke <net.bytebuddy.implementation.bytecode.collection.ArrayFactory: net.bytebuddy.implementation.bytecode.collection.ArrayFactory forType(net.bytebuddy.description.type.TypeDescription$Generic)>(v);
v = specialinvoke v.<net.bytebuddy.implementation.InvocationHandlerAdapter: java.util.List argumentValuesOf(net.bytebuddy.description.method.MethodDescription)>(v);
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.collection.ArrayFactory: net.bytebuddy.implementation.bytecode.StackManipulation withValues(java.util.List)>(v);
label:
v[4] = v;
v = <net.bytebuddy.implementation.InvocationHandlerAdapter: net.bytebuddy.description.type.TypeDescription$Generic INVOCATION_HANDLER_TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.description.method.MethodList getDeclaredMethods()>();
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction isAbstract()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: net.bytebuddy.matcher.FilterableList filter(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: java.lang.Object getOnly()>();
v = staticinvoke <net.bytebuddy.implementation.bytecode.member.MethodInvocation: net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType invoke(net.bytebuddy.description.method.MethodDescription)>(v);
v[5] = v;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean returning>;
if v == 0 goto label;
v = new net.bytebuddy.implementation.bytecode.StackManipulation$Compound;
v = v;
v = newarray (net.bytebuddy.implementation.bytecode.StackManipulation)[2];
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: net.bytebuddy.implementation.bytecode.assign.Assigner assigner>;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType: net.bytebuddy.description.type.TypeDescription$Generic of(java.lang.Class)>(class "Ljava/lang/Object;");
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.type.TypeDescription$Generic getReturnType()>();
v = <net.bytebuddy.implementation.bytecode.assign.Assigner$Typing: net.bytebuddy.implementation.bytecode.assign.Assigner$Typing DYNAMIC>;
v = interfaceinvoke v.<net.bytebuddy.implementation.bytecode.assign.Assigner: net.bytebuddy.implementation.bytecode.StackManipulation assign(net.bytebuddy.description.type.TypeDescription$Generic,net.bytebuddy.description.type.TypeDescription$Generic,net.bytebuddy.implementation.bytecode.assign.Assigner$Typing)>(v, v, v);
v[0] = v;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.type.TypeDescription$Generic getReturnType()>();
v = staticinvoke <net.bytebuddy.implementation.bytecode.member.MethodReturn: net.bytebuddy.implementation.bytecode.StackManipulation of(net.bytebuddy.description.type.TypeDefinition)>(v);
v[1] = v;
specialinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$Compound: void <init>(net.bytebuddy.implementation.bytecode.StackManipulation[])>(v);
goto label;
label:
v = <net.bytebuddy.implementation.bytecode.Removal: net.bytebuddy.implementation.bytecode.Removal SINGLE>;
label:
v[6] = v;
specialinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$Compound: void <init>(net.bytebuddy.implementation.bytecode.StackManipulation[])>(v);
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$Compound: net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor,net.bytebuddy.implementation.Implementation$Context)>(v, v);
v = new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size;
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$Size: int getMaximalSize()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: int getStackSize()>();
specialinvoke v.<net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size: void <init>(int,int)>(v, v);
return v;
}
static void <clinit>()
{
net.bytebuddy.description.type.TypeDescription$Generic v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType: net.bytebuddy.description.type.TypeDescription$Generic of(java.lang.Class)>(class "Ljava/lang/reflect/InvocationHandler;");
<net.bytebuddy.implementation.InvocationHandlerAdapter: net.bytebuddy.description.type.TypeDescription$Generic INVOCATION_HANDLER_TYPE> = v;
return;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.implementation.bytecode.assign.Assigner v, v;
java.lang.String v, v;
boolean v, v, v, v, v, v, v, v;
java.lang.Class v, v;
java.lang.Object v;
net.bytebuddy.implementation.InvocationHandlerAdapter v;
v := @this: net.bytebuddy.implementation.InvocationHandlerAdapter;
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.InvocationHandlerAdapter: boolean cached>;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean cached>;
if v == v goto label;
return 0;
label:
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean privileged>;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean privileged>;
if v == v goto label;
return 0;
label:
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean returning>;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean returning>;
if v == v goto label;
return 0;
label:
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: java.lang.String fieldName>;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: java.lang.String fieldName>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: net.bytebuddy.implementation.bytecode.assign.Assigner assigner>;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: net.bytebuddy.implementation.bytecode.assign.Assigner assigner>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
net.bytebuddy.implementation.bytecode.assign.Assigner v;
int v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v;
boolean v, v, v;
java.lang.Class v;
net.bytebuddy.implementation.InvocationHandlerAdapter v;
v := @this: net.bytebuddy.implementation.InvocationHandlerAdapter;
v = virtualinvoke v.<net.bytebuddy.implementation.InvocationHandlerAdapter: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: java.lang.String fieldName>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean cached>;
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean privileged>;
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: boolean returning>;
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.implementation.InvocationHandlerAdapter: net.bytebuddy.implementation.bytecode.assign.Assigner assigner>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}