public class net.sf.cglib.asm.$ByteVector extends java.lang.Object
{
byte[] data;
int length;
public void <init>()
{
byte[] v;
net.sf.cglib.asm.$ByteVector v;
v := @this: net.sf.cglib.asm.$ByteVector;
specialinvoke v.<java.lang.Object: void <init>()>();
v = newarray (byte)[64];
v.<net.sf.cglib.asm.$ByteVector: byte[] data> = v;
return;
}
public void <init>(int)
{
int v;
byte[] v;
net.sf.cglib.asm.$ByteVector v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: int;
specialinvoke v.<java.lang.Object: void <init>()>();
v = newarray (byte)[v];
v.<net.sf.cglib.asm.$ByteVector: byte[] data> = v;
return;
}
void <init>(byte[])
{
int v;
byte[] v;
net.sf.cglib.asm.$ByteVector v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: byte[];
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.sf.cglib.asm.$ByteVector: byte[] data> = v;
v = lengthof v;
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return;
}
public net.sf.cglib.asm.$ByteVector putByte(int)
{
byte[] v, v;
net.sf.cglib.asm.$ByteVector v;
int v, v, v, v, v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: int;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + 1;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(1);
label:
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v[v] = v;
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
final net.sf.cglib.asm.$ByteVector put11(int, int)
{
byte[] v, v;
net.sf.cglib.asm.$ByteVector v;
int v, v, v, v, v, v, v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: int;
v := @parameter: int;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + 2;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(2);
label:
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v[v] = v;
v = v + 1;
v[v] = v;
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
public net.sf.cglib.asm.$ByteVector putShort(int)
{
byte[] v, v;
net.sf.cglib.asm.$ByteVector v;
int v, v, v, v, v, v, v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: int;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + 2;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(2);
label:
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v = v >>> 8;
v[v] = v;
v = v + 1;
v[v] = v;
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
final net.sf.cglib.asm.$ByteVector put12(int, int)
{
byte[] v, v;
net.sf.cglib.asm.$ByteVector v;
int v, v, v, v, v, v, v, v, v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: int;
v := @parameter: int;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + 3;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(3);
label:
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v[v] = v;
v = v + 1;
v = v >>> 8;
v[v] = v;
v = v + 1;
v[v] = v;
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
final net.sf.cglib.asm.$ByteVector put112(int, int, int)
{
byte[] v, v;
net.sf.cglib.asm.$ByteVector v;
int v, v, v, v, v, v, v, v, v, v, v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + 4;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(4);
label:
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v[v] = v;
v = v + 1;
v[v] = v;
v = v + 1;
v = v >>> 8;
v[v] = v;
v = v + 1;
v[v] = v;
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
public net.sf.cglib.asm.$ByteVector putInt(int)
{
byte[] v, v;
net.sf.cglib.asm.$ByteVector v;
int v, v, v, v, v, v, v, v, v, v, v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: int;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + 4;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(4);
label:
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v = v >>> 24;
v[v] = v;
v = v + 1;
v = v >>> 16;
v[v] = v;
v = v + 1;
v = v >>> 8;
v[v] = v;
v = v + 1;
v[v] = v;
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
final net.sf.cglib.asm.$ByteVector put122(int, int, int)
{
byte[] v, v;
int v, v, v, v, v, v, v, v, v, v, v, v, v;
net.sf.cglib.asm.$ByteVector v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + 5;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(5);
label:
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v[v] = v;
v = v + 1;
v = v >>> 8;
v[v] = v;
v = v + 1;
v[v] = v;
v = v + 1;
v = v >>> 8;
v[v] = v;
v = v + 1;
v[v] = v;
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
public net.sf.cglib.asm.$ByteVector putLong(long)
{
byte[] v, v;
long v, v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
net.sf.cglib.asm.$ByteVector v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: long;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + 8;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(8);
label:
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v >>> 32;
v = v + 1;
v = v >>> 24;
v[v] = v;
v = v + 1;
v = v >>> 16;
v[v] = v;
v = v + 1;
v = v >>> 8;
v[v] = v;
v = v + 1;
v[v] = v;
v = v + 1;
v = v >>> 24;
v[v] = v;
v = v + 1;
v = v >>> 16;
v[v] = v;
v = v + 1;
v = v >>> 8;
v[v] = v;
v = v + 1;
v[v] = v;
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
public net.sf.cglib.asm.$ByteVector putUTF8(java.lang.String)
{
byte[] v, v;
int v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v;
char v;
java.lang.IllegalArgumentException v;
net.sf.cglib.asm.$ByteVector v, v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: java.lang.String;
v = virtualinvoke v.<java.lang.String: int length()>();
v = (int) 65535;
if v <= v goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("UTF8 string too large");
throw v;
label:
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + 2;
v = v + v;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
v = 2 + v;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(v);
label:
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v = v >>> 8;
v[v] = v;
v = v + 1;
v[v] = v;
v = 0;
label:
if v >= v goto label;
v = virtualinvoke v.<java.lang.String: char charAt(int)>(v);
if v < 1 goto label;
if v > 127 goto label;
v = v;
v = v + 1;
v[v] = v;
goto label;
label:
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
v = (int) 65535;
v = virtualinvoke v.<net.sf.cglib.asm.$ByteVector: net.sf.cglib.asm.$ByteVector encodeUtf8(java.lang.String,int,int)>(v, v, v);
return v;
label:
v = v + 1;
goto label;
label:
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
final net.sf.cglib.asm.$ByteVector encodeUtf8(java.lang.String, int, int)
{
byte[] v, v, v, v, v, v, v, v, v;
net.sf.cglib.asm.$ByteVector v;
short v, v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v;
char v, v, v, v;
java.lang.IllegalArgumentException v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: int;
v = virtualinvoke v.<java.lang.String: int length()>();
v = v;
v = v;
label:
if v >= v goto label;
v = virtualinvoke v.<java.lang.String: char charAt(int)>(v);
if v < 1 goto label;
if v > 127 goto label;
v = v + 1;
goto label;
label:
if v > 2047 goto label;
v = v + 2;
goto label;
label:
v = v + 3;
label:
v = v + 1;
goto label;
label:
if v <= v goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("UTF8 string too large");
throw v;
label:
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v - v;
v = v - 2;
if v < 0 goto label;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v >>> 8;
v[v] = v;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v[v] = v;
label:
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + v;
v = v - v;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
v = v - v;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(v);
label:
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v;
label:
if v >= v goto label;
v = virtualinvoke v.<java.lang.String: char charAt(int)>(v);
if v < 1 goto label;
if v > 127 goto label;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v;
v = v + 1;
v[v] = v;
goto label;
label:
if v > 2047 goto label;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v = v >> 6;
v = v & 31;
v = 192 | v;
v[v] = v;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v = v & 63;
v = 128 | v;
v[v] = v;
goto label;
label:
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v = v >> 12;
v = v & 15;
v = 224 | v;
v[v] = v;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v = v >> 6;
v = v & 63;
v = 128 | v;
v[v] = v;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v + 1;
v = v & 63;
v = 128 | v;
v[v] = v;
label:
v = v + 1;
goto label;
label:
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
public net.sf.cglib.asm.$ByteVector putByteArray(byte[], int, int)
{
byte[] v, v, v;
net.sf.cglib.asm.$ByteVector v;
int v, v, v, v, v, v, v, v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: byte[];
v := @parameter: int;
v := @parameter: int;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + v;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
if v <= v goto label;
specialinvoke v.<net.sf.cglib.asm.$ByteVector: void enlarge(int)>(v);
label:
if v == null goto label;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
staticinvoke <java.lang.System: void arraycopy(java.lang.Object,int,java.lang.Object,int,int)>(v, v, v, v, v);
label:
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + v;
v.<net.sf.cglib.asm.$ByteVector: int length> = v;
return v;
}
private void enlarge(int)
{
byte[] v, v, v;
net.sf.cglib.asm.$ByteVector v;
int v, v, v, v, v, v, v;
v := @this: net.sf.cglib.asm.$ByteVector;
v := @parameter: int;
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = lengthof v;
v = 2 * v;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
v = v + v;
if v <= v goto label;
v = v;
goto label;
label:
v = v;
label:
v = newarray (byte)[v];
v = v.<net.sf.cglib.asm.$ByteVector: byte[] data>;
v = v.<net.sf.cglib.asm.$ByteVector: int length>;
staticinvoke <java.lang.System: void arraycopy(java.lang.Object,int,java.lang.Object,int,int)>(v, 0, v, 0, v);
v.<net.sf.cglib.asm.$ByteVector: byte[] data> = v;
return;
}
}