final class oadd.javassist.bytecode.LongVector extends java.lang.Object
{
static final int ASIZE;
static final int ABITS;
static final int VSIZE;
private oadd.javassist.bytecode.ConstInfo[][] objects;
private int elements;
public void <init>()
{
oadd.javassist.bytecode.ConstInfo[][] v;
oadd.javassist.bytecode.LongVector v;
v := @this: oadd.javassist.bytecode.LongVector;
specialinvoke v.<java.lang.Object: void <init>()>();
v = newarray (oadd.javassist.bytecode.ConstInfo[])[8];
v.<oadd.javassist.bytecode.LongVector: oadd.javassist.bytecode.ConstInfo[][] objects> = v;
v.<oadd.javassist.bytecode.LongVector: int elements> = 0;
return;
}
public void <init>(int)
{
oadd.javassist.bytecode.LongVector v;
int v, v, v, v, v;
oadd.javassist.bytecode.ConstInfo[][] v;
v := @this: oadd.javassist.bytecode.LongVector;
v := @parameter: int;
specialinvoke v.<java.lang.Object: void <init>()>();
v = v >> 7;
v = (int) -8;
v = v & v;
v = v + 8;
v = newarray (oadd.javassist.bytecode.ConstInfo[])[v];
v.<oadd.javassist.bytecode.LongVector: oadd.javassist.bytecode.ConstInfo[][] objects> = v;
v.<oadd.javassist.bytecode.LongVector: int elements> = 0;
return;
}
public int size()
{
int v;
oadd.javassist.bytecode.LongVector v;
v := @this: oadd.javassist.bytecode.LongVector;
v = v.<oadd.javassist.bytecode.LongVector: int elements>;
return v;
}
public int capacity()
{
oadd.javassist.bytecode.LongVector v;
int v, v;
oadd.javassist.bytecode.ConstInfo[][] v;
v := @this: oadd.javassist.bytecode.LongVector;
v = v.<oadd.javassist.bytecode.LongVector: oadd.javassist.bytecode.ConstInfo[][] objects>;
v = lengthof v;
v = v * 128;
return v;
}
public oadd.javassist.bytecode.ConstInfo elementAt(int)
{
oadd.javassist.bytecode.ConstInfo v;
oadd.javassist.bytecode.LongVector v;
oadd.javassist.bytecode.ConstInfo[][] v;
int v, v, v, v;
oadd.javassist.bytecode.ConstInfo[] v;
v := @this: oadd.javassist.bytecode.LongVector;
v := @parameter: int;
if v < 0 goto label;
v = v.<oadd.javassist.bytecode.LongVector: int elements>;
if v > v goto label;
label:
return null;
label:
v = v.<oadd.javassist.bytecode.LongVector: oadd.javassist.bytecode.ConstInfo[][] objects>;
v = v >> 7;
v = v[v];
v = v & 127;
v = v[v];
return v;
}
public void addElement(oadd.javassist.bytecode.ConstInfo)
{
oadd.javassist.bytecode.ConstInfo[][] v, v, v, v, v, v;
int v, v, v, v, v, v, v, v;
oadd.javassist.bytecode.ConstInfo v;
oadd.javassist.bytecode.LongVector v;
oadd.javassist.bytecode.ConstInfo[] v, v, v;
v := @this: oadd.javassist.bytecode.LongVector;
v := @parameter: oadd.javassist.bytecode.ConstInfo;
v = v.<oadd.javassist.bytecode.LongVector: int elements>;
v = v >> 7;
v = v.<oadd.javassist.bytecode.LongVector: int elements>;
v = v & 127;
v = v.<oadd.javassist.bytecode.LongVector: oadd.javassist.bytecode.ConstInfo[][] objects>;
v = lengthof v;
if v < v goto label;
v = v + 8;
v = newarray (oadd.javassist.bytecode.ConstInfo[])[v];
v = v.<oadd.javassist.bytecode.LongVector: oadd.javassist.bytecode.ConstInfo[][] objects>;
staticinvoke <java.lang.System: void arraycopy(java.lang.Object,int,java.lang.Object,int,int)>(v, 0, v, 0, v);
v.<oadd.javassist.bytecode.LongVector: oadd.javassist.bytecode.ConstInfo[][] objects> = v;
label:
v = v.<oadd.javassist.bytecode.LongVector: oadd.javassist.bytecode.ConstInfo[][] objects>;
v = v[v];
if v != null goto label;
v = v.<oadd.javassist.bytecode.LongVector: oadd.javassist.bytecode.ConstInfo[][] objects>;
v = newarray (oadd.javassist.bytecode.ConstInfo)[128];
v[v] = v;
label:
v = v.<oadd.javassist.bytecode.LongVector: oadd.javassist.bytecode.ConstInfo[][] objects>;
v = v[v];
v[v] = v;
v = v.<oadd.javassist.bytecode.LongVector: int elements>;
v = v + 1;
v.<oadd.javassist.bytecode.LongVector: int elements> = v;
return;
}
}