public class net.bytebuddy.implementation.bytecode.constant.SerializedConstant extends net.bytebuddy.implementation.bytecode.StackManipulation$AbstractBase
{
private static final java.lang.String CHARSET;
private final java.lang.String serialization;
protected void <init>(java.lang.String)
{
java.lang.String v;
net.bytebuddy.implementation.bytecode.constant.SerializedConstant v;
v := @this: net.bytebuddy.implementation.bytecode.constant.SerializedConstant;
v := @parameter: java.lang.String;
specialinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$AbstractBase: void <init>()>();
v.<net.bytebuddy.implementation.bytecode.constant.SerializedConstant: java.lang.String serialization> = v;
return;
}
public static net.bytebuddy.implementation.bytecode.StackManipulation of(java.io.Serializable)
{
java.lang.Throwable v;
net.bytebuddy.implementation.bytecode.constant.NullConstant v;
java.lang.IllegalStateException v;
java.io.ByteArrayOutputStream v;
java.io.IOException v;
java.io.Serializable v;
java.io.ObjectOutputStream v;
java.lang.String v, v;
net.bytebuddy.implementation.bytecode.constant.SerializedConstant v;
v := @parameter: java.io.Serializable;
if v != null goto label;
v = <net.bytebuddy.implementation.bytecode.constant.NullConstant: net.bytebuddy.implementation.bytecode.constant.NullConstant INSTANCE>;
return v;
label:
v = new java.io.ByteArrayOutputStream;
specialinvoke v.<java.io.ByteArrayOutputStream: void <init>()>();
v = new java.io.ObjectOutputStream;
specialinvoke v.<java.io.ObjectOutputStream: void <init>(java.io.OutputStream)>(v);
label:
virtualinvoke v.<java.io.ObjectOutputStream: void writeObject(java.lang.Object)>(v);
goto label;
label:
v := @caughtexception;
goto label;
label:
throw v;
label:
v = new net.bytebuddy.implementation.bytecode.constant.SerializedConstant;
v = virtualinvoke v.<java.io.ByteArrayOutputStream: java.lang.String toString(java.lang.String)>("ISO-8859-1");
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.SerializedConstant: void <init>(java.lang.String)>(v);
label:
return v;
label:
v := @caughtexception;
v = new java.lang.IllegalStateException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.io.Serializable)>(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[])>("Cannot serialize \u0001");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
throw v;
label:
virtualinvoke v.<java.io.ObjectOutputStream: void close()>();
goto label;
label:
virtualinvoke v.<java.io.ObjectOutputStream: void close()>();
goto label;
catch java.lang.Throwable from label to label with label;
catch java.io.IOException from label to label with label;
}
public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(net.bytebuddy.jar.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context)
{
java.lang.IllegalStateException v;
net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType v, v, v, v;
net.bytebuddy.implementation.bytecode.Duplication v, v;
java.lang.NoSuchMethodException v;
java.lang.reflect.Method v, v;
net.bytebuddy.jar.asm.MethodVisitor v;
net.bytebuddy.implementation.bytecode.constant.TextConstant v, v;
net.bytebuddy.description.type.TypeDescription v, v;
net.bytebuddy.implementation.bytecode.StackManipulation$Compound v;
net.bytebuddy.implementation.bytecode.StackManipulation[] v;
net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor v, v;
java.lang.reflect.Constructor v, v;
net.bytebuddy.implementation.bytecode.StackManipulation$Size v;
net.bytebuddy.description.method.MethodDescription$ForLoadedMethod v, v;
net.bytebuddy.implementation.bytecode.StackManipulation v, v;
java.lang.String v;
net.bytebuddy.implementation.Implementation$Context v;
net.bytebuddy.implementation.bytecode.constant.SerializedConstant v;
java.lang.Class[] v, v, v, v;
java.lang.Class v, v, v, v;
v := @this: net.bytebuddy.implementation.bytecode.constant.SerializedConstant;
v := @parameter: net.bytebuddy.jar.asm.MethodVisitor;
v := @parameter: net.bytebuddy.implementation.Implementation$Context;
label:
v = new net.bytebuddy.implementation.bytecode.StackManipulation$Compound;
v = newarray (net.bytebuddy.implementation.bytecode.StackManipulation)[10];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/io/ObjectInputStream;");
v = staticinvoke <net.bytebuddy.implementation.bytecode.TypeCreation: net.bytebuddy.implementation.bytecode.StackManipulation of(net.bytebuddy.description.type.TypeDescription)>(v);
v[0] = v;
v = <net.bytebuddy.implementation.bytecode.Duplication: net.bytebuddy.implementation.bytecode.Duplication SINGLE>;
v[1] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/io/ByteArrayInputStream;");
v = staticinvoke <net.bytebuddy.implementation.bytecode.TypeCreation: net.bytebuddy.implementation.bytecode.StackManipulation of(net.bytebuddy.description.type.TypeDescription)>(v);
v[2] = v;
v = <net.bytebuddy.implementation.bytecode.Duplication: net.bytebuddy.implementation.bytecode.Duplication SINGLE>;
v[3] = v;
v = new net.bytebuddy.implementation.bytecode.constant.TextConstant;
v = v.<net.bytebuddy.implementation.bytecode.constant.SerializedConstant: java.lang.String serialization>;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.TextConstant: void <init>(java.lang.String)>(v);
v[4] = v;
v = new net.bytebuddy.implementation.bytecode.constant.TextConstant;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.TextConstant: void <init>(java.lang.String)>("ISO-8859-1");
v[5] = v;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod;
v = class "Ljava/lang/String;";
v = newarray (java.lang.Class)[1];
v[0] = class "Ljava/lang/String;";
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Method getMethod(java.lang.String,java.lang.Class[])>("getBytes", v);
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedMethod: void <init>(java.lang.reflect.Method)>(v);
v = staticinvoke <net.bytebuddy.implementation.bytecode.member.MethodInvocation: net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType invoke(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
v[6] = v;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor;
v = class "Ljava/io/ByteArrayInputStream;";
v = newarray (java.lang.Class)[1];
v[0] = class "[B";
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Constructor getConstructor(java.lang.Class[])>(v);
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor: void <init>(java.lang.reflect.Constructor)>(v);
v = staticinvoke <net.bytebuddy.implementation.bytecode.member.MethodInvocation: net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType invoke(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
v[7] = v;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor;
v = class "Ljava/io/ObjectInputStream;";
v = newarray (java.lang.Class)[1];
v[0] = class "Ljava/io/InputStream;";
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Constructor getConstructor(java.lang.Class[])>(v);
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor: void <init>(java.lang.reflect.Constructor)>(v);
v = staticinvoke <net.bytebuddy.implementation.bytecode.member.MethodInvocation: net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType invoke(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
v[8] = v;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod;
v = class "Ljava/io/ObjectInputStream;";
v = newarray (java.lang.Class)[0];
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Method getMethod(java.lang.String,java.lang.Class[])>("readObject", v);
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedMethod: void <init>(java.lang.reflect.Method)>(v);
v = staticinvoke <net.bytebuddy.implementation.bytecode.member.MethodInvocation: net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType invoke(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
v[9] = 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(net.bytebuddy.jar.asm.MethodVisitor,net.bytebuddy.implementation.Implementation$Context)>(v, v);
label:
return v;
label:
v := @caughtexception;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String,java.lang.Throwable)>("Could not locate Java API method", v);
throw v;
catch java.lang.NoSuchMethodException from label to label with label;
}
public boolean equals(java.lang.Object)
{
java.lang.Class v, v;
java.lang.Object v;
java.lang.String v, v;
net.bytebuddy.implementation.bytecode.constant.SerializedConstant v;
boolean v;
v := @this: net.bytebuddy.implementation.bytecode.constant.SerializedConstant;
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.constant.SerializedConstant: java.lang.String serialization>;
v = v.<net.bytebuddy.implementation.bytecode.constant.SerializedConstant: java.lang.String serialization>;
v = virtualinvoke v.<java.lang.String: 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;
java.lang.String v;
net.bytebuddy.implementation.bytecode.constant.SerializedConstant v;
v := @this: net.bytebuddy.implementation.bytecode.constant.SerializedConstant;
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.constant.SerializedConstant: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.implementation.bytecode.constant.SerializedConstant: java.lang.String serialization>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v + v;
return v;
}
}