public class oadd.com.carrotsearch.hppc.IntShortHashMap extends java.lang.Object implements oadd.com.carrotsearch.hppc.IntShortMap, oadd.com.carrotsearch.hppc.Preallocable, java.lang.Cloneable
{
public int[] keys;
public short[] values;
protected int keyMixer;
protected int assigned;
protected int mask;
protected int resizeAt;
protected boolean hasEmptyKey;
protected double loadFactor;
protected oadd.com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer;
static final boolean $assertionsDisabled;
public void <init>()
{
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
specialinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void <init>(int)>(4);
return;
}
public void <init>(int)
{
int v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
specialinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void <init>(int,double)>(v, 0.75);
return;
}
public void <init>(int, double)
{
oadd.com.carrotsearch.hppc.HashOrderMixingStrategy v;
int v;
double v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v := @parameter: double;
v = staticinvoke <oadd.com.carrotsearch.hppc.HashOrderMixing: oadd.com.carrotsearch.hppc.HashOrderMixingStrategy defaultStrategy()>();
specialinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void <init>(int,double,oadd.com.carrotsearch.hppc.HashOrderMixingStrategy)>(v, v, v);
return;
}
public void <init>(int, double, oadd.com.carrotsearch.hppc.HashOrderMixingStrategy)
{
oadd.com.carrotsearch.hppc.HashOrderMixingStrategy v;
int v;
double v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v := @parameter: double;
v := @parameter: oadd.com.carrotsearch.hppc.HashOrderMixingStrategy;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: oadd.com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer> = v;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: double verifyLoadFactor(double)>(v);
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: double loadFactor> = v;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void ensureCapacity(int)>(v);
return;
}
public void <init>(oadd.com.carrotsearch.hppc.IntShortAssociativeContainer)
{
int v;
oadd.com.carrotsearch.hppc.IntShortAssociativeContainer v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: oadd.com.carrotsearch.hppc.IntShortAssociativeContainer;
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.IntShortAssociativeContainer: int size()>();
specialinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void <init>(int)>(v);
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int putAll(oadd.com.carrotsearch.hppc.IntShortAssociativeContainer)>(v);
return;
}
public short put(int, short)
{
java.lang.AssertionError v;
short v, v, v;
int[] v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
short[] v, v, v, v, v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v := @parameter: short;
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
if v < v goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
if v != 0 goto label;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey> = 1;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v + 1;
v = v[v];
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v + 1;
v[v] = v;
return v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int hashKey(int)>(v);
v = v & v;
label:
v = v[v];
if v == 0 goto label;
if v != v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v[v];
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v[v] = v;
return v;
label:
v = v + 1;
v = v & v;
goto label;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int resizeAt>;
if v != v goto label;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void allocateThenInsertThenRehash(int,int,short)>(v, v, v);
goto label;
label:
v[v] = v;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v[v] = v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned>;
v = v + 1;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned> = v;
return 0;
}
public int putAll(oadd.com.carrotsearch.hppc.IntShortAssociativeContainer)
{
java.util.Iterator v;
oadd.com.carrotsearch.hppc.IntShortAssociativeContainer v;
short v;
int v, v, v, v;
java.lang.Object v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: oadd.com.carrotsearch.hppc.IntShortAssociativeContainer;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.IntShortAssociativeContainer: 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 = v.<oadd.com.carrotsearch.hppc.cursors.IntShortCursor: int key>;
v = v.<oadd.com.carrotsearch.hppc.cursors.IntShortCursor: short value>;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short put(int,short)>(v, v);
goto label;
label:
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = v - v;
return v;
}
public int putAll(java.lang.Iterable)
{
java.util.Iterator v;
java.lang.Iterable v;
short v;
int v, v, v, v;
java.lang.Object v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: java.lang.Iterable;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = interfaceinvoke v.<java.lang.Iterable: 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 = v.<oadd.com.carrotsearch.hppc.cursors.IntShortCursor: int key>;
v = v.<oadd.com.carrotsearch.hppc.cursors.IntShortCursor: short value>;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short put(int,short)>(v, v);
goto label;
label:
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = v - v;
return v;
}
public boolean putIfAbsent(int, short)
{
short v;
int v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v := @parameter: short;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean containsKey(int)>(v);
if v != 0 goto label;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short put(int,short)>(v, v);
return 1;
label:
return 0;
}
public short putOrAdd(int, short, short)
{
java.lang.AssertionError v;
short v, v, v;
int v, v, v, v, v;
boolean v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v := @parameter: short;
v := @parameter: short;
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
if v < v goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean containsKey(int)>(v);
if v == 0 goto label;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short get(int)>(v);
v = v + v;
label:
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short put(int,short)>(v, v);
return v;
}
public short addTo(int, short)
{
short v, v;
int v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v := @parameter: short;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short putOrAdd(int,short,short)>(v, v, v);
return v;
}
public short remove(int)
{
short v, v;
int[] v;
int v, v, v, v, v, v, v, v;
short[] v, v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
if v != 0 goto label;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey> = 0;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v + 1;
v = v[v];
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v + 1;
v[v] = 0;
return v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int hashKey(int)>(v);
v = v & v;
label:
v = v[v];
if v == 0 goto label;
if v != v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v[v];
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void shiftConflictingKeys(int)>(v);
return v;
label:
v = v + 1;
v = v & v;
goto label;
label:
return 0;
}
public int removeAll(oadd.com.carrotsearch.hppc.IntContainer)
{
int[] v;
int v, v, v, v, v, v, v, v, v, v, v;
boolean v, v, v, v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
java.util.Iterator v;
oadd.com.carrotsearch.hppc.IntContainer v;
java.lang.Object v;
short[] v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: oadd.com.carrotsearch.hppc.IntContainer;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.IntContainer: int size()>();
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
if v < v goto label;
v = v instanceof oadd.com.carrotsearch.hppc.IntLookupContainer;
if v == 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v == 0 goto label;
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.IntContainer: boolean contains(int)>(0);
if v == 0 goto label;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey> = 0;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
v[v] = 0;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = 0;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
label:
if v > v goto label;
v = v[v];
if v == 0 goto label;
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.IntContainer: boolean contains(int)>(v);
if v == 0 goto label;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void shiftConflictingKeys(int)>(v);
goto label;
label:
v = v + 1;
goto label;
label:
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.IntContainer: 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 = v.<oadd.com.carrotsearch.hppc.cursors.IntCursor: int value>;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short remove(int)>(v);
goto label;
label:
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = v - v;
return v;
}
public int removeAll(oadd.com.carrotsearch.hppc.predicates.IntShortPredicate)
{
short v, v;
int[] v;
int v, v, v, v, v, v, v, v;
boolean v, v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
oadd.com.carrotsearch.hppc.predicates.IntShortPredicate v;
short[] v, v, v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: oadd.com.carrotsearch.hppc.predicates.IntShortPredicate;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v == 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v + 1;
v = v[v];
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.predicates.IntShortPredicate: boolean apply(int,short)>(0, v);
if v == 0 goto label;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey> = 0;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v + 1;
v[v] = 0;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = 0;
label:
if v > v goto label;
v = v[v];
if v == 0 goto label;
v = v[v];
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.predicates.IntShortPredicate: boolean apply(int,short)>(v, v);
if v == 0 goto label;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void shiftConflictingKeys(int)>(v);
goto label;
label:
v = v + 1;
goto label;
label:
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = v - v;
return v;
}
public int removeAll(oadd.com.carrotsearch.hppc.predicates.IntPredicate)
{
oadd.com.carrotsearch.hppc.predicates.IntPredicate v;
int[] v;
int v, v, v, v, v, v, v, v;
short[] v;
boolean v, v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: oadd.com.carrotsearch.hppc.predicates.IntPredicate;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v == 0 goto label;
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.predicates.IntPredicate: boolean apply(int)>(0);
if v == 0 goto label;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey> = 0;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
v[v] = 0;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = 0;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
label:
if v > v goto label;
v = v[v];
if v == 0 goto label;
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.predicates.IntPredicate: boolean apply(int)>(v);
if v == 0 goto label;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void shiftConflictingKeys(int)>(v);
goto label;
label:
v = v + 1;
goto label;
label:
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = v - v;
return v;
}
public short get(int)
{
short v, v;
int[] v;
int v, v, v, v, v, v, v, v;
short[] v, v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v == 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
v = v[v];
goto label;
label:
v = 0;
label:
return v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int hashKey(int)>(v);
v = v & v;
label:
v = v[v];
if v == 0 goto label;
if v != v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v[v];
return v;
label:
v = v + 1;
v = v & v;
goto label;
label:
return 0;
}
public short getOrDefault(int, short)
{
short v, v, v;
int[] v;
int v, v, v, v, v, v, v, v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
short[] v, v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v := @parameter: short;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v == 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
v = v[v];
goto label;
label:
v = v;
label:
return v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int hashKey(int)>(v);
v = v & v;
label:
v = v[v];
if v == 0 goto label;
if v != v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v[v];
return v;
label:
v = v + 1;
v = v & v;
goto label;
label:
return v;
}
public boolean containsKey(int)
{
int[] v;
int v, v, v, v, v, v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
return v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int hashKey(int)>(v);
v = v & v;
label:
v = v[v];
if v == 0 goto label;
if v != v goto label;
return 1;
label:
v = v + 1;
v = v & v;
goto label;
label:
return 0;
}
public int indexOf(int)
{
int[] v;
int v, v, v, v, v, v, v, v, v, v, v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v == 0 goto label;
v = v + 1;
goto label;
label:
v = v + 1;
v = (int) -1;
v = v ^ v;
label:
return v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int hashKey(int)>(v);
v = v & v;
label:
v = v[v];
if v == 0 goto label;
if v != v goto label;
return v;
label:
v = v + 1;
v = v & v;
goto label;
label:
v = (int) -1;
v = v ^ v;
return v;
}
public boolean indexExists(int)
{
java.lang.AssertionError v;
int v, v, v, v;
boolean v, v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
if v < 0 goto label;
if v < 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
if v <= v goto label;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
if v != v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v != 0 goto label;
label:
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
if v < 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public short indexGet(int)
{
java.lang.AssertionError v, v;
short v;
int v, v, v, v;
short[] v;
boolean v, v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
if v >= 0 goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>(java.lang.Object)>("The index must point at an existing key.");
throw v;
label:
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
if v <= v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
if v != v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v != 0 goto label;
label:
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v[v];
return v;
}
public short indexReplace(int, short)
{
java.lang.AssertionError v, v;
short v, v;
int v, v, v, v;
short[] v, v;
boolean v, v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v := @parameter: short;
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
if v >= 0 goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>(java.lang.Object)>("The index must point at an existing key.");
throw v;
label:
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
if v <= v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
if v != v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v != 0 goto label;
label:
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v[v];
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v[v] = v;
return v;
}
public void indexInsert(int, int, short)
{
java.lang.AssertionError v, v, v;
short v;
int[] v, v;
int v, v, v, v, v, v, v, v, v, v, v;
boolean v, v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
short[] v, v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v := @parameter: int;
v := @parameter: short;
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
if v < 0 goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>(java.lang.Object)>("The index must not point at an existing key.");
throw v;
label:
v = (int) -1;
v = v ^ v;
if v != 0 goto label;
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
if v == v goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v[v] = v;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey> = 1;
goto label;
label:
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v[v];
if v == 0 goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int resizeAt>;
if v != v goto label;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void allocateThenInsertThenRehash(int,int,short)>(v, v, v);
goto label;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v[v] = v;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v[v] = v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned>;
v = v + 1;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned> = v;
label:
return;
}
public void clear()
{
int[] v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned> = 0;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey> = 0;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
staticinvoke <java.util.Arrays: void fill(int[],int)>(v, 0);
return;
}
public void release()
{
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned> = 0;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey> = 0;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys> = null;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values> = null;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void ensureCapacity(int)>(4);
return;
}
public int size()
{
int v, v;
boolean v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v + v;
return v;
}
public boolean isEmpty()
{
int v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int hashCode()
{
java.util.Iterator v;
short v;
int v, v, v, v, v, v;
java.lang.Object v;
boolean v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v == 0 goto label;
v = -559038737;
goto label;
label:
v = 0;
label:
v = v;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: 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 = v.<oadd.com.carrotsearch.hppc.cursors.IntShortCursor: int key>;
v = staticinvoke <oadd.com.carrotsearch.hppc.BitMixer: int mix(int)>(v);
v = v.<oadd.com.carrotsearch.hppc.cursors.IntShortCursor: short value>;
v = staticinvoke <oadd.com.carrotsearch.hppc.BitMixer: int mix(short)>(v);
v = v + v;
v = v + v;
goto label;
label:
return v;
}
public boolean equals(java.lang.Object)
{
java.lang.Class v, v, v;
java.lang.Object v, v;
boolean v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: java.lang.Object;
if v == null goto 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;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.Object cast(java.lang.Object)>(v);
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean equalElements(oadd.com.carrotsearch.hppc.IntShortHashMap)>(v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
protected boolean equalElements(oadd.com.carrotsearch.hppc.IntShortHashMap)
{
java.util.Iterator v;
short v, v;
int v, v, v;
java.lang.Object v;
boolean v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v, v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: oadd.com.carrotsearch.hppc.IntShortHashMap;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
if v == v goto label;
return 0;
label:
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: 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 = v.<oadd.com.carrotsearch.hppc.cursors.IntShortCursor: int key>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean containsKey(int)>(v);
if v == 0 goto label;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short get(int)>(v);
v = v.<oadd.com.carrotsearch.hppc.cursors.IntShortCursor: short value>;
if v == v goto label;
label:
return 0;
label:
return 1;
}
public void ensureCapacity(int)
{
int[] v, v;
int v, v, v;
short[] v;
boolean v;
double v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int resizeAt>;
if v > v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
if v != null goto label;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: double loadFactor>;
v = staticinvoke <oadd.com.carrotsearch.hppc.HashContainers: int minBufferSize(int,double)>(v, v);
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void allocateBuffers(int)>(v);
if v == null goto label;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean isEmpty()>();
if v != 0 goto label;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void rehash(int[],short[])>(v, v);
label:
return;
}
public java.util.Iterator iterator()
{
oadd.com.carrotsearch.hppc.IntShortHashMap v;
oadd.com.carrotsearch.hppc.IntShortHashMap$EntryIterator v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v = new oadd.com.carrotsearch.hppc.IntShortHashMap$EntryIterator;
specialinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap$EntryIterator: void <init>(oadd.com.carrotsearch.hppc.IntShortHashMap)>(v);
return v;
}
public oadd.com.carrotsearch.hppc.procedures.IntShortProcedure forEach(oadd.com.carrotsearch.hppc.procedures.IntShortProcedure)
{
oadd.com.carrotsearch.hppc.procedures.IntShortProcedure v;
short v, v;
int[] v;
int v, v, v, v, v, v;
short[] v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: oadd.com.carrotsearch.hppc.procedures.IntShortProcedure;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v == 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
v = v[v];
interfaceinvoke v.<oadd.com.carrotsearch.hppc.procedures.IntShortProcedure: void apply(int,short)>(0, v);
label:
v = 0;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
label:
if v > v goto label;
v = v[v];
if v == 0 goto label;
v = v[v];
v = v[v];
interfaceinvoke v.<oadd.com.carrotsearch.hppc.procedures.IntShortProcedure: void apply(int,short)>(v, v);
label:
v = v + 1;
goto label;
label:
return v;
}
public oadd.com.carrotsearch.hppc.predicates.IntShortPredicate forEach(oadd.com.carrotsearch.hppc.predicates.IntShortPredicate)
{
oadd.com.carrotsearch.hppc.predicates.IntShortPredicate v;
short v, v;
int[] v;
int v, v, v, v, v, v;
short[] v;
boolean v, v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: oadd.com.carrotsearch.hppc.predicates.IntShortPredicate;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
if v == 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
v = v[v];
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.predicates.IntShortPredicate: boolean apply(int,short)>(0, v);
if v != 0 goto label;
return v;
label:
v = 0;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
label:
if v > v goto label;
v = v[v];
if v == 0 goto label;
v = v[v];
v = v[v];
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.predicates.IntShortPredicate: boolean apply(int,short)>(v, v);
if v == 0 goto label;
label:
v = v + 1;
goto label;
label:
return v;
}
public oadd.com.carrotsearch.hppc.IntShortHashMap$KeysContainer keys()
{
oadd.com.carrotsearch.hppc.IntShortHashMap$KeysContainer v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v = new oadd.com.carrotsearch.hppc.IntShortHashMap$KeysContainer;
specialinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap$KeysContainer: void <init>(oadd.com.carrotsearch.hppc.IntShortHashMap)>(v);
return v;
}
public oadd.com.carrotsearch.hppc.ShortCollection values()
{
oadd.com.carrotsearch.hppc.IntShortHashMap$ValuesContainer v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v = new oadd.com.carrotsearch.hppc.IntShortHashMap$ValuesContainer;
specialinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap$ValuesContainer: void <init>(oadd.com.carrotsearch.hppc.IntShortHashMap)>(v);
return v;
}
public oadd.com.carrotsearch.hppc.IntShortHashMap clone()
{
oadd.com.carrotsearch.hppc.HashOrderMixingStrategy v, v;
java.lang.RuntimeException v;
java.lang.CloneNotSupportedException v;
int[] v;
java.lang.Object v, v, v;
short[] v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
label:
v = specialinvoke v.<java.lang.Object: java.lang.Object clone()>();
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys> = v;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values> = v;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey>;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean hasEmptyKey> = v;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: oadd.com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer>;
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.HashOrderMixingStrategy: oadd.com.carrotsearch.hppc.HashOrderMixingStrategy clone()>();
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: oadd.com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer> = v;
label:
return v;
label:
v := @caughtexception;
v = new java.lang.RuntimeException;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.Throwable)>(v);
throw v;
catch java.lang.CloneNotSupportedException from label to label with label;
}
public java.lang.String toString()
{
java.util.Iterator v;
short v;
int v;
java.lang.Object v;
java.lang.StringBuilder v;
java.lang.String v;
boolean v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("[");
v = 1;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: 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()>();
if v != 0 goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(", ");
label:
v = v.<oadd.com.carrotsearch.hppc.cursors.IntShortCursor: int key>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(int)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("=>");
v = v.<oadd.com.carrotsearch.hppc.cursors.IntShortCursor: short value>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(int)>(v);
v = 0;
goto label;
label:
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("]");
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
return v;
}
public java.lang.String visualizeKeyDistribution(int)
{
int[] v;
int v, v;
java.lang.String v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = staticinvoke <oadd.com.carrotsearch.hppc.IntBufferVisualizer: java.lang.String visualizeKeyDistribution(int[],int,int)>(v, v, v);
return v;
}
public static oadd.com.carrotsearch.hppc.IntShortHashMap 'from'(int[], short[])
{
java.lang.IllegalArgumentException v;
short v;
int[] v;
int v, v, v, v, v, v;
short[] v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @parameter: int[];
v := @parameter: short[];
v = lengthof v;
v = lengthof v;
if v == v goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("Arrays of keys and values must have an identical length.");
throw v;
label:
v = new oadd.com.carrotsearch.hppc.IntShortHashMap;
v = lengthof v;
specialinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void <init>(int)>(v);
v = 0;
label:
v = lengthof v;
if v >= v goto label;
v = v[v];
v = v[v];
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short put(int,short)>(v, v);
v = v + 1;
goto label;
label:
return v;
}
protected int hashKey(int)
{
int v, v, v;
java.lang.AssertionError v;
boolean v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
if v != 0 goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int keyMixer>;
v = staticinvoke <oadd.com.carrotsearch.hppc.BitMixer: int mix(int,int)>(v, v);
return v;
}
protected double verifyLoadFactor(double)
{
double v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: double;
staticinvoke <oadd.com.carrotsearch.hppc.HashContainers: void checkLoadFactor(double,double,double)>(v, 0.009999999776482582, 0.9900000095367432);
return v;
}
protected void rehash(int[], short[])
{
java.lang.AssertionError v;
short v, v;
int[] v, v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
boolean v, v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
short[] v, v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int[];
v := @parameter: short[];
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
v = lengthof v;
v = lengthof v;
if v != v goto label;
v = lengthof v;
v = v - 1;
v = staticinvoke <oadd.com.carrotsearch.hppc.HashContainers: boolean checkPowerOfTwo(int)>(v);
if v != 0 goto label;
label:
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = lengthof v;
v = v - 1;
v = lengthof v;
v = v - 1;
v = v[v];
v[v] = v;
v = lengthof v;
v = v - 1;
v = v[v];
v[v] = v;
label:
v = v - 1;
if v < 0 goto label;
v = v[v];
if v == 0 goto label;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int hashKey(int)>(v);
v = v & v;
label:
v = v[v];
if v == 0 goto label;
v = v + 1;
v = v & v;
goto label;
label:
v[v] = v;
v = v[v];
v[v] = v;
goto label;
label:
return;
}
protected void allocateBuffers(int)
{
java.lang.Object[] v;
java.lang.AssertionError v;
java.lang.Integer v, v;
int[] v, v;
int v, v, v, v, v, v, v, v, v;
boolean v;
double v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
oadd.com.carrotsearch.hppc.BufferAllocationException v;
oadd.com.carrotsearch.hppc.HashOrderMixingStrategy v;
short[] v, v;
java.lang.OutOfMemoryError v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
v = staticinvoke <java.lang.Integer: int bitCount(int)>(v);
if v == 1 goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: oadd.com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer>;
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.HashOrderMixingStrategy: int newKeyMixer(int)>(v);
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
label:
v = v + 1;
v = newarray (int)[v];
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys> = v;
v = v + 1;
v = newarray (short)[v];
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values> = v;
label:
goto label;
label:
v := @caughtexception;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys> = v;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values> = v;
v = new oadd.com.carrotsearch.hppc.BufferAllocationException;
v = newarray (java.lang.Object)[2];
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[0] = v;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[1] = v;
specialinvoke v.<oadd.com.carrotsearch.hppc.BufferAllocationException: void <init>(java.lang.String,java.lang.Throwable,java.lang.Object[])>("Not enough memory to allocate buffers for rehashing: %,d -> %,d", v, v);
throw v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: double loadFactor>;
v = staticinvoke <oadd.com.carrotsearch.hppc.HashContainers: int expandAtCount(int,double)>(v, v);
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int resizeAt> = v;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int keyMixer> = v;
v = v - 1;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask> = v;
return;
catch java.lang.OutOfMemoryError from label to label with label;
}
protected void allocateThenInsertThenRehash(int, int, short)
{
java.lang.AssertionError v, v;
short v;
int[] v, v, v;
int v, v, v, v, v, v, v, v, v, v, v;
boolean v, v;
double v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
short[] v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v := @parameter: int;
v := @parameter: short;
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int resizeAt>;
if v != v goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v[v];
if v != 0 goto label;
if v != 0 goto label;
label:
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = v + 1;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int size()>();
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: double loadFactor>;
v = staticinvoke <oadd.com.carrotsearch.hppc.HashContainers: int nextBufferSize(int,int,double)>(v, v, v);
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void allocateBuffers(int)>(v);
v = <oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled>;
if v != 0 goto label;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = lengthof v;
v = lengthof v;
if v > v goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v[v] = v;
v[v] = v;
virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: void rehash(int[],short[])>(v, v);
return;
}
protected void shiftConflictingKeys(int)
{
short v;
int[] v;
int v, v, v, v, v, v, v, v, v, v, v;
short[] v;
oadd.com.carrotsearch.hppc.IntShortHashMap v;
v := @this: oadd.com.carrotsearch.hppc.IntShortHashMap;
v := @parameter: int;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int[] keys>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: short[] values>;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int mask>;
v = 0;
label:
v = v + 1;
v = v + v;
v = v & v;
v = v[v];
if v == 0 goto label;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int hashKey(int)>(v);
v = v - v;
v = v & v;
if v < v goto label;
v[v] = v;
v = v[v];
v[v] = v;
v = v;
v = 0;
goto label;
label:
v[v] = 0;
v[v] = 0;
v = v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned>;
v = v - 1;
v.<oadd.com.carrotsearch.hppc.IntShortHashMap: int assigned> = v;
return;
}
static void <clinit>()
{
java.lang.Class v;
boolean v, v;
v = class "Loadd/com/carrotsearch/hppc/IntShortHashMap;";
v = virtualinvoke v.<java.lang.Class: boolean desiredAssertionStatus()>();
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
<oadd.com.carrotsearch.hppc.IntShortHashMap: boolean $assertionsDisabled> = v;
return;
}
}