All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
before(ResolvedJavaMethod method)
Called before a test is executed.
|
static double |
doConvertByteDouble(MemoryArithmeticTest.FieldObject f) |
static float |
doConvertByteFloat(MemoryArithmeticTest.FieldObject f) |
static int |
doConvertByteInt(MemoryArithmeticTest.FieldObject f) |
static long |
doConvertByteLong(MemoryArithmeticTest.FieldObject f) |
static double |
doConvertCharDouble(MemoryArithmeticTest.FieldObject f) |
static float |
doConvertCharFloat(MemoryArithmeticTest.FieldObject f) |
static int |
doConvertCharInt(MemoryArithmeticTest.FieldObject f) |
static long |
doConvertCharLong(MemoryArithmeticTest.FieldObject f) |
static float |
doConvertDoubleFloat(MemoryArithmeticTest.FieldObject f) |
static int |
doConvertDoubleInt(MemoryArithmeticTest.FieldObject f) |
static long |
doConvertDoubleLong(MemoryArithmeticTest.FieldObject f) |
static double |
doConvertFloatDouble(MemoryArithmeticTest.FieldObject f) |
static int |
doConvertFloatInt(MemoryArithmeticTest.FieldObject f) |
static long |
doConvertFloatLong(MemoryArithmeticTest.FieldObject f) |
static double |
doConvertIntDouble(MemoryArithmeticTest.FieldObject f) |
static float |
doConvertIntFloat(MemoryArithmeticTest.FieldObject f) |
static long |
doConvertIntLong(MemoryArithmeticTest.FieldObject f) |
static double |
doConvertLongDouble(MemoryArithmeticTest.FieldObject f) |
static float |
doConvertLongFloat(MemoryArithmeticTest.FieldObject f) |
static int |
doConvertLongInt(MemoryArithmeticTest.FieldObject f) |
static double |
doConvertShortDouble(MemoryArithmeticTest.FieldObject f) |
static float |
doConvertShortFloat(MemoryArithmeticTest.FieldObject f) |
static int |
doConvertShortInt(MemoryArithmeticTest.FieldObject f) |
static long |
doConvertShortLong(MemoryArithmeticTest.FieldObject f) |
protected InstalledCode |
getCode(ResolvedJavaMethod method,
StructuredGraph graph)
Gets installed code for a given method, compiling it first if necessary.
|
static Object |
testBooleanCompare(MemoryArithmeticTest.FieldObject f,
boolean booleanValue) |
static Object |
testBooleanCompareConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testBooleanCompareConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testBooleanCompares() |
void |
testBooleanNullCompares() |
void |
testBooleanNullCompares1() |
void |
testBooleanNullCompares2() |
static int |
testByteAdd(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static int |
testByteAddConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testByteAddConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testByteAdds() |
static int |
testByteAnd(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static int |
testByteAndConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testByteAndConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testByteAnds() |
static Object |
testByteCompare(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static Object |
testByteCompareConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteCompareConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteCompareGreater(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static Object |
testByteCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static Object |
testByteCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteCompareLess(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static Object |
testByteCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteCompareLessEqual(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static Object |
testByteCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testByteCompares() |
void |
testByteComparesGreater() |
void |
testByteComparesGreaterEqual() |
void |
testByteComparesLess() |
void |
testByteComparesLessEqual() |
static int |
testByteDiv(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static int |
testByteDivConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testByteDivConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testByteDivs() |
static int |
testByteMul(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static int |
testByteMulConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testByteMulConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testByteMuls() |
void |
testByteNullAdd() |
void |
testByteNullAnd() |
void |
testByteNullCompares() |
void |
testByteNullCompares1() |
void |
testByteNullCompares2() |
void |
testByteNullComparesGreater() |
void |
testByteNullComparesGreater1() |
void |
testByteNullComparesGreater2() |
void |
testByteNullComparesGreaterEqual() |
void |
testByteNullComparesGreaterEqual1() |
void |
testByteNullComparesGreaterEqual2() |
void |
testByteNullComparesLess() |
void |
testByteNullComparesLess1() |
void |
testByteNullComparesLess2() |
void |
testByteNullComparesLessEqual() |
void |
testByteNullComparesLessEqual1() |
void |
testByteNullComparesLessEqual2() |
void |
testByteNullDiv() |
void |
testByteNullMul() |
void |
testByteNullOr() |
void |
testByteNullSub() |
void |
testByteNullSwappedComparesGreater() |
void |
testByteNullSwappedComparesGreater1() |
void |
testByteNullSwappedComparesGreater2() |
void |
testByteNullSwappedComparesGreaterEqual() |
void |
testByteNullSwappedComparesGreaterEqual1() |
void |
testByteNullSwappedComparesGreaterEqual2() |
void |
testByteNullSwappedComparesLess() |
void |
testByteNullSwappedComparesLess1() |
void |
testByteNullSwappedComparesLess2() |
void |
testByteNullSwappedComparesLessEqual() |
void |
testByteNullSwappedComparesLessEqual1() |
void |
testByteNullSwappedComparesLessEqual2() |
void |
testByteNullXor() |
static int |
testByteOr(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static int |
testByteOrConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testByteOrConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testByteOrs() |
static int |
testByteSub(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static int |
testByteSubConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testByteSubConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testByteSubs() |
static Object |
testByteSwappedCompareGreater(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static Object |
testByteSwappedCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteSwappedCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteSwappedCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static Object |
testByteSwappedCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteSwappedCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteSwappedCompareLess(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static Object |
testByteSwappedCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteSwappedCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteSwappedCompareLessEqual(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static Object |
testByteSwappedCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testByteSwappedCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testByteSwappedComparesGreater() |
void |
testByteSwappedComparesGreaterEqual() |
void |
testByteSwappedComparesLess() |
void |
testByteSwappedComparesLessEqual() |
static int |
testByteXor(MemoryArithmeticTest.FieldObject f,
byte byteValue) |
static int |
testByteXorConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testByteXorConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testByteXors() |
static int |
testCharAdd(MemoryArithmeticTest.FieldObject f,
char charValue) |
static int |
testCharAddConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testCharAddConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testCharAdds() |
static int |
testCharAnd(MemoryArithmeticTest.FieldObject f,
char charValue) |
static int |
testCharAndConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testCharAndConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testCharAnds() |
static Object |
testCharCompare(MemoryArithmeticTest.FieldObject f,
char charValue) |
static Object |
testCharCompareConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharCompareConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharCompareGreater(MemoryArithmeticTest.FieldObject f,
char charValue) |
static Object |
testCharCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
char charValue) |
static Object |
testCharCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharCompareLess(MemoryArithmeticTest.FieldObject f,
char charValue) |
static Object |
testCharCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharCompareLessEqual(MemoryArithmeticTest.FieldObject f,
char charValue) |
static Object |
testCharCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testCharCompares() |
void |
testCharComparesGreater() |
void |
testCharComparesGreaterEqual() |
void |
testCharComparesLess() |
void |
testCharComparesLessEqual() |
static int |
testCharDiv(MemoryArithmeticTest.FieldObject f,
char charValue) |
static int |
testCharDivConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testCharDivConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testCharDivs() |
static int |
testCharMul(MemoryArithmeticTest.FieldObject f,
char charValue) |
static int |
testCharMulConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testCharMulConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testCharMuls() |
void |
testCharNullAdd() |
void |
testCharNullAnd() |
void |
testCharNullCompares() |
void |
testCharNullCompares1() |
void |
testCharNullCompares2() |
void |
testCharNullComparesGreater() |
void |
testCharNullComparesGreater1() |
void |
testCharNullComparesGreater2() |
void |
testCharNullComparesGreaterEqual() |
void |
testCharNullComparesGreaterEqual1() |
void |
testCharNullComparesGreaterEqual2() |
void |
testCharNullComparesLess() |
void |
testCharNullComparesLess1() |
void |
testCharNullComparesLess2() |
void |
testCharNullComparesLessEqual() |
void |
testCharNullComparesLessEqual1() |
void |
testCharNullComparesLessEqual2() |
void |
testCharNullDiv() |
void |
testCharNullMul() |
void |
testCharNullOr() |
void |
testCharNullSub() |
void |
testCharNullSwappedComparesGreater() |
void |
testCharNullSwappedComparesGreater1() |
void |
testCharNullSwappedComparesGreater2() |
void |
testCharNullSwappedComparesGreaterEqual() |
void |
testCharNullSwappedComparesGreaterEqual1() |
void |
testCharNullSwappedComparesGreaterEqual2() |
void |
testCharNullSwappedComparesLess() |
void |
testCharNullSwappedComparesLess1() |
void |
testCharNullSwappedComparesLess2() |
void |
testCharNullSwappedComparesLessEqual() |
void |
testCharNullSwappedComparesLessEqual1() |
void |
testCharNullSwappedComparesLessEqual2() |
void |
testCharNullXor() |
static int |
testCharOr(MemoryArithmeticTest.FieldObject f,
char charValue) |
static int |
testCharOrConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testCharOrConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testCharOrs() |
static int |
testCharSub(MemoryArithmeticTest.FieldObject f,
char charValue) |
static int |
testCharSubConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testCharSubConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testCharSubs() |
static Object |
testCharSwappedCompareGreater(MemoryArithmeticTest.FieldObject f,
char charValue) |
static Object |
testCharSwappedCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharSwappedCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharSwappedCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
char charValue) |
static Object |
testCharSwappedCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharSwappedCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharSwappedCompareLess(MemoryArithmeticTest.FieldObject f,
char charValue) |
static Object |
testCharSwappedCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharSwappedCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharSwappedCompareLessEqual(MemoryArithmeticTest.FieldObject f,
char charValue) |
static Object |
testCharSwappedCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testCharSwappedCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testCharSwappedComparesGreater() |
void |
testCharSwappedComparesGreaterEqual() |
void |
testCharSwappedComparesLess() |
void |
testCharSwappedComparesLessEqual() |
static int |
testCharXor(MemoryArithmeticTest.FieldObject f,
char charValue) |
static int |
testCharXorConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testCharXorConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testCharXors() |
void |
testConvertByteDouble() |
void |
testConvertByteFloat() |
void |
testConvertByteInt() |
void |
testConvertByteLong() |
void |
testConvertCharDouble() |
void |
testConvertCharFloat() |
void |
testConvertCharInt() |
void |
testConvertCharLong() |
void |
testConvertDoubleFloat() |
void |
testConvertDoubleInt() |
void |
testConvertDoubleLong() |
void |
testConvertFloatDouble() |
void |
testConvertFloatInt() |
void |
testConvertFloatLong() |
void |
testConvertIntDouble() |
void |
testConvertIntFloat() |
void |
testConvertIntLong() |
void |
testConvertLongDouble() |
void |
testConvertLongFloat() |
void |
testConvertLongInt() |
void |
testConvertShortDouble() |
void |
testConvertShortFloat() |
void |
testConvertShortInt() |
void |
testConvertShortLong() |
static double |
testDoubleAdd(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static double |
testDoubleAddConstant1(MemoryArithmeticTest.FieldObject f) |
static double |
testDoubleAddConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testDoubleAdds() |
static Object |
testDoubleCompare(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static Object |
testDoubleCompareConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleCompareConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleCompareGreater(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static Object |
testDoubleCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static Object |
testDoubleCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleCompareLess(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static Object |
testDoubleCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleCompareLessEqual(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static Object |
testDoubleCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testDoubleCompares() |
void |
testDoubleComparesGreater() |
void |
testDoubleComparesGreaterEqual() |
void |
testDoubleComparesLess() |
void |
testDoubleComparesLessEqual() |
static double |
testDoubleDiv(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static double |
testDoubleDivConstant1(MemoryArithmeticTest.FieldObject f) |
static double |
testDoubleDivConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testDoubleDivs() |
static double |
testDoubleMul(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static double |
testDoubleMulConstant1(MemoryArithmeticTest.FieldObject f) |
static double |
testDoubleMulConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testDoubleMuls() |
void |
testDoubleNullAdd() |
void |
testDoubleNullCompares() |
void |
testDoubleNullCompares1() |
void |
testDoubleNullCompares2() |
void |
testDoubleNullComparesGreater() |
void |
testDoubleNullComparesGreater1() |
void |
testDoubleNullComparesGreater2() |
void |
testDoubleNullComparesGreaterEqual() |
void |
testDoubleNullComparesGreaterEqual1() |
void |
testDoubleNullComparesGreaterEqual2() |
void |
testDoubleNullComparesLess() |
void |
testDoubleNullComparesLess1() |
void |
testDoubleNullComparesLess2() |
void |
testDoubleNullComparesLessEqual() |
void |
testDoubleNullComparesLessEqual1() |
void |
testDoubleNullComparesLessEqual2() |
void |
testDoubleNullDiv() |
void |
testDoubleNullMul() |
void |
testDoubleNullSub() |
void |
testDoubleNullSwappedComparesGreater() |
void |
testDoubleNullSwappedComparesGreater1() |
void |
testDoubleNullSwappedComparesGreater2() |
void |
testDoubleNullSwappedComparesGreaterEqual() |
void |
testDoubleNullSwappedComparesGreaterEqual1() |
void |
testDoubleNullSwappedComparesGreaterEqual2() |
void |
testDoubleNullSwappedComparesLess() |
void |
testDoubleNullSwappedComparesLess1() |
void |
testDoubleNullSwappedComparesLess2() |
void |
testDoubleNullSwappedComparesLessEqual() |
void |
testDoubleNullSwappedComparesLessEqual1() |
void |
testDoubleNullSwappedComparesLessEqual2() |
static double |
testDoubleSub(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static double |
testDoubleSubConstant1(MemoryArithmeticTest.FieldObject f) |
static double |
testDoubleSubConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testDoubleSubs() |
static Object |
testDoubleSwappedCompareGreater(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static Object |
testDoubleSwappedCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleSwappedCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleSwappedCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static Object |
testDoubleSwappedCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleSwappedCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleSwappedCompareLess(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static Object |
testDoubleSwappedCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleSwappedCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleSwappedCompareLessEqual(MemoryArithmeticTest.FieldObject f,
double doubleValue) |
static Object |
testDoubleSwappedCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testDoubleSwappedCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testDoubleSwappedComparesGreater() |
void |
testDoubleSwappedComparesGreaterEqual() |
void |
testDoubleSwappedComparesLess() |
void |
testDoubleSwappedComparesLessEqual() |
static float |
testFloatAdd(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static float |
testFloatAddConstant1(MemoryArithmeticTest.FieldObject f) |
static float |
testFloatAddConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testFloatAdds() |
static Object |
testFloatCompare(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static Object |
testFloatCompareConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatCompareConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatCompareGreater(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static Object |
testFloatCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static Object |
testFloatCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatCompareLess(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static Object |
testFloatCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatCompareLessEqual(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static Object |
testFloatCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testFloatCompares() |
void |
testFloatComparesGreater() |
void |
testFloatComparesGreaterEqual() |
void |
testFloatComparesLess() |
void |
testFloatComparesLessEqual() |
static float |
testFloatDiv(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static float |
testFloatDivConstant1(MemoryArithmeticTest.FieldObject f) |
static float |
testFloatDivConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testFloatDivs() |
static float |
testFloatMul(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static float |
testFloatMulConstant1(MemoryArithmeticTest.FieldObject f) |
static float |
testFloatMulConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testFloatMuls() |
void |
testFloatNullAdd() |
void |
testFloatNullCompares() |
void |
testFloatNullCompares1() |
void |
testFloatNullCompares2() |
void |
testFloatNullComparesGreater() |
void |
testFloatNullComparesGreater1() |
void |
testFloatNullComparesGreater2() |
void |
testFloatNullComparesGreaterEqual() |
void |
testFloatNullComparesGreaterEqual1() |
void |
testFloatNullComparesGreaterEqual2() |
void |
testFloatNullComparesLess() |
void |
testFloatNullComparesLess1() |
void |
testFloatNullComparesLess2() |
void |
testFloatNullComparesLessEqual() |
void |
testFloatNullComparesLessEqual1() |
void |
testFloatNullComparesLessEqual2() |
void |
testFloatNullDiv() |
void |
testFloatNullMul() |
void |
testFloatNullSub() |
void |
testFloatNullSwappedComparesGreater() |
void |
testFloatNullSwappedComparesGreater1() |
void |
testFloatNullSwappedComparesGreater2() |
void |
testFloatNullSwappedComparesGreaterEqual() |
void |
testFloatNullSwappedComparesGreaterEqual1() |
void |
testFloatNullSwappedComparesGreaterEqual2() |
void |
testFloatNullSwappedComparesLess() |
void |
testFloatNullSwappedComparesLess1() |
void |
testFloatNullSwappedComparesLess2() |
void |
testFloatNullSwappedComparesLessEqual() |
void |
testFloatNullSwappedComparesLessEqual1() |
void |
testFloatNullSwappedComparesLessEqual2() |
static float |
testFloatSub(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static float |
testFloatSubConstant1(MemoryArithmeticTest.FieldObject f) |
static float |
testFloatSubConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testFloatSubs() |
static Object |
testFloatSwappedCompareGreater(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static Object |
testFloatSwappedCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatSwappedCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatSwappedCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static Object |
testFloatSwappedCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatSwappedCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatSwappedCompareLess(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static Object |
testFloatSwappedCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatSwappedCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatSwappedCompareLessEqual(MemoryArithmeticTest.FieldObject f,
float floatValue) |
static Object |
testFloatSwappedCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testFloatSwappedCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testFloatSwappedComparesGreater() |
void |
testFloatSwappedComparesGreaterEqual() |
void |
testFloatSwappedComparesLess() |
void |
testFloatSwappedComparesLessEqual() |
static int |
testIntAdd(MemoryArithmeticTest.FieldObject f,
int intValue) |
static int |
testIntAddConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testIntAddConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testIntAdds() |
static int |
testIntAnd(MemoryArithmeticTest.FieldObject f,
int intValue) |
static int |
testIntAndConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testIntAndConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testIntAnds() |
static Object |
testIntCompare(MemoryArithmeticTest.FieldObject f,
int intValue) |
static Object |
testIntCompareConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntCompareConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntCompareGreater(MemoryArithmeticTest.FieldObject f,
int intValue) |
static Object |
testIntCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
int intValue) |
static Object |
testIntCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntCompareLess(MemoryArithmeticTest.FieldObject f,
int intValue) |
static Object |
testIntCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntCompareLessEqual(MemoryArithmeticTest.FieldObject f,
int intValue) |
static Object |
testIntCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testIntCompares() |
void |
testIntComparesGreater() |
void |
testIntComparesGreaterEqual() |
void |
testIntComparesLess() |
void |
testIntComparesLessEqual() |
static int |
testIntDiv(MemoryArithmeticTest.FieldObject f,
int intValue) |
static int |
testIntDivConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testIntDivConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testIntDivs() |
static boolean |
testIntMask(MemoryArithmeticTest.FieldObject f,
int intValue) |
static boolean |
testIntMaskConstant1(MemoryArithmeticTest.FieldObject f) |
static boolean |
testIntMaskConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testIntMasks() |
static int |
testIntMul(MemoryArithmeticTest.FieldObject f,
int intValue) |
static int |
testIntMulConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testIntMulConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testIntMuls() |
void |
testIntNullAdd() |
void |
testIntNullAnd() |
void |
testIntNullCompares() |
void |
testIntNullCompares1() |
void |
testIntNullCompares2() |
void |
testIntNullComparesGreater() |
void |
testIntNullComparesGreater1() |
void |
testIntNullComparesGreater2() |
void |
testIntNullComparesGreaterEqual() |
void |
testIntNullComparesGreaterEqual1() |
void |
testIntNullComparesGreaterEqual2() |
void |
testIntNullComparesLess() |
void |
testIntNullComparesLess1() |
void |
testIntNullComparesLess2() |
void |
testIntNullComparesLessEqual() |
void |
testIntNullComparesLessEqual1() |
void |
testIntNullComparesLessEqual2() |
void |
testIntNullDiv() |
void |
testIntNullMask() |
void |
testIntNullMul() |
void |
testIntNullOr() |
void |
testIntNullSub() |
void |
testIntNullSwappedComparesGreater() |
void |
testIntNullSwappedComparesGreater1() |
void |
testIntNullSwappedComparesGreater2() |
void |
testIntNullSwappedComparesGreaterEqual() |
void |
testIntNullSwappedComparesGreaterEqual1() |
void |
testIntNullSwappedComparesGreaterEqual2() |
void |
testIntNullSwappedComparesLess() |
void |
testIntNullSwappedComparesLess1() |
void |
testIntNullSwappedComparesLess2() |
void |
testIntNullSwappedComparesLessEqual() |
void |
testIntNullSwappedComparesLessEqual1() |
void |
testIntNullSwappedComparesLessEqual2() |
void |
testIntNullXor() |
static int |
testIntOr(MemoryArithmeticTest.FieldObject f,
int intValue) |
static int |
testIntOrConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testIntOrConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testIntOrs() |
static int |
testIntSub(MemoryArithmeticTest.FieldObject f,
int intValue) |
static int |
testIntSubConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testIntSubConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testIntSubs() |
static Object |
testIntSwappedCompareGreater(MemoryArithmeticTest.FieldObject f,
int intValue) |
static Object |
testIntSwappedCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntSwappedCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntSwappedCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
int intValue) |
static Object |
testIntSwappedCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntSwappedCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntSwappedCompareLess(MemoryArithmeticTest.FieldObject f,
int intValue) |
static Object |
testIntSwappedCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntSwappedCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntSwappedCompareLessEqual(MemoryArithmeticTest.FieldObject f,
int intValue) |
static Object |
testIntSwappedCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testIntSwappedCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testIntSwappedComparesGreater() |
void |
testIntSwappedComparesGreaterEqual() |
void |
testIntSwappedComparesLess() |
void |
testIntSwappedComparesLessEqual() |
static int |
testIntXor(MemoryArithmeticTest.FieldObject f,
int intValue) |
static int |
testIntXorConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testIntXorConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testIntXors() |
static long |
testLongAdd(MemoryArithmeticTest.FieldObject f,
long longValue) |
static long |
testLongAddConstant1(MemoryArithmeticTest.FieldObject f) |
static long |
testLongAddConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testLongAdds() |
static long |
testLongAnd(MemoryArithmeticTest.FieldObject f,
long longValue) |
static long |
testLongAndConstant1(MemoryArithmeticTest.FieldObject f) |
static long |
testLongAndConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testLongAnds() |
static Object |
testLongCompare(MemoryArithmeticTest.FieldObject f,
long longValue) |
static Object |
testLongCompareConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongCompareConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongCompareGreater(MemoryArithmeticTest.FieldObject f,
long longValue) |
static Object |
testLongCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
long longValue) |
static Object |
testLongCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongCompareLess(MemoryArithmeticTest.FieldObject f,
long longValue) |
static Object |
testLongCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongCompareLessEqual(MemoryArithmeticTest.FieldObject f,
long longValue) |
static Object |
testLongCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testLongCompares() |
void |
testLongComparesGreater() |
void |
testLongComparesGreaterEqual() |
void |
testLongComparesLess() |
void |
testLongComparesLessEqual() |
static long |
testLongDiv(MemoryArithmeticTest.FieldObject f,
long longValue) |
static long |
testLongDivConstant1(MemoryArithmeticTest.FieldObject f) |
static long |
testLongDivConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testLongDivs() |
static boolean |
testLongMask(MemoryArithmeticTest.FieldObject f,
long longValue) |
static boolean |
testLongMaskConstant1(MemoryArithmeticTest.FieldObject f) |
static boolean |
testLongMaskConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testLongMasks() |
static long |
testLongMul(MemoryArithmeticTest.FieldObject f,
long longValue) |
static long |
testLongMulConstant1(MemoryArithmeticTest.FieldObject f) |
static long |
testLongMulConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testLongMuls() |
void |
testLongNullAdd() |
void |
testLongNullAnd() |
void |
testLongNullCompares() |
void |
testLongNullCompares1() |
void |
testLongNullCompares2() |
void |
testLongNullComparesGreater() |
void |
testLongNullComparesGreater1() |
void |
testLongNullComparesGreater2() |
void |
testLongNullComparesGreaterEqual() |
void |
testLongNullComparesGreaterEqual1() |
void |
testLongNullComparesGreaterEqual2() |
void |
testLongNullComparesLess() |
void |
testLongNullComparesLess1() |
void |
testLongNullComparesLess2() |
void |
testLongNullComparesLessEqual() |
void |
testLongNullComparesLessEqual1() |
void |
testLongNullComparesLessEqual2() |
void |
testLongNullDiv() |
void |
testLongNullMask() |
void |
testLongNullMul() |
void |
testLongNullOr() |
void |
testLongNullSub() |
void |
testLongNullSwappedComparesGreater() |
void |
testLongNullSwappedComparesGreater1() |
void |
testLongNullSwappedComparesGreater2() |
void |
testLongNullSwappedComparesGreaterEqual() |
void |
testLongNullSwappedComparesGreaterEqual1() |
void |
testLongNullSwappedComparesGreaterEqual2() |
void |
testLongNullSwappedComparesLess() |
void |
testLongNullSwappedComparesLess1() |
void |
testLongNullSwappedComparesLess2() |
void |
testLongNullSwappedComparesLessEqual() |
void |
testLongNullSwappedComparesLessEqual1() |
void |
testLongNullSwappedComparesLessEqual2() |
void |
testLongNullXor() |
static long |
testLongOr(MemoryArithmeticTest.FieldObject f,
long longValue) |
static long |
testLongOrConstant1(MemoryArithmeticTest.FieldObject f) |
static long |
testLongOrConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testLongOrs() |
static long |
testLongSub(MemoryArithmeticTest.FieldObject f,
long longValue) |
static long |
testLongSubConstant1(MemoryArithmeticTest.FieldObject f) |
static long |
testLongSubConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testLongSubs() |
static Object |
testLongSwappedCompareGreater(MemoryArithmeticTest.FieldObject f,
long longValue) |
static Object |
testLongSwappedCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongSwappedCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongSwappedCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
long longValue) |
static Object |
testLongSwappedCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongSwappedCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongSwappedCompareLess(MemoryArithmeticTest.FieldObject f,
long longValue) |
static Object |
testLongSwappedCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongSwappedCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongSwappedCompareLessEqual(MemoryArithmeticTest.FieldObject f,
long longValue) |
static Object |
testLongSwappedCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testLongSwappedCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testLongSwappedComparesGreater() |
void |
testLongSwappedComparesGreaterEqual() |
void |
testLongSwappedComparesLess() |
void |
testLongSwappedComparesLessEqual() |
static long |
testLongXor(MemoryArithmeticTest.FieldObject f,
long longValue) |
static long |
testLongXorConstant1(MemoryArithmeticTest.FieldObject f) |
static long |
testLongXorConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testLongXors() |
static Object |
testObjectCompare(MemoryArithmeticTest.FieldObject f,
Object objectValue) |
static Object |
testObjectCompareConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testObjectCompareConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testObjectCompares() |
void |
testObjectNullCompares() |
void |
testObjectNullCompares1() |
void |
testObjectNullCompares2() |
static int |
testShortAdd(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static int |
testShortAddConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testShortAddConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testShortAdds() |
static int |
testShortAnd(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static int |
testShortAndConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testShortAndConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testShortAnds() |
static Object |
testShortCompare(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static Object |
testShortCompareConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortCompareConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortCompareGreater(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static Object |
testShortCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static Object |
testShortCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortCompareLess(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static Object |
testShortCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortCompareLessEqual(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static Object |
testShortCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testShortCompares() |
void |
testShortComparesGreater() |
void |
testShortComparesGreaterEqual() |
void |
testShortComparesLess() |
void |
testShortComparesLessEqual() |
static int |
testShortDiv(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static int |
testShortDivConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testShortDivConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testShortDivs() |
static int |
testShortMul(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static int |
testShortMulConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testShortMulConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testShortMuls() |
void |
testShortNullAdd() |
void |
testShortNullAnd() |
void |
testShortNullCompares() |
void |
testShortNullCompares1() |
void |
testShortNullCompares2() |
void |
testShortNullComparesGreater() |
void |
testShortNullComparesGreater1() |
void |
testShortNullComparesGreater2() |
void |
testShortNullComparesGreaterEqual() |
void |
testShortNullComparesGreaterEqual1() |
void |
testShortNullComparesGreaterEqual2() |
void |
testShortNullComparesLess() |
void |
testShortNullComparesLess1() |
void |
testShortNullComparesLess2() |
void |
testShortNullComparesLessEqual() |
void |
testShortNullComparesLessEqual1() |
void |
testShortNullComparesLessEqual2() |
void |
testShortNullDiv() |
void |
testShortNullMul() |
void |
testShortNullOr() |
void |
testShortNullSub() |
void |
testShortNullSwappedComparesGreater() |
void |
testShortNullSwappedComparesGreater1() |
void |
testShortNullSwappedComparesGreater2() |
void |
testShortNullSwappedComparesGreaterEqual() |
void |
testShortNullSwappedComparesGreaterEqual1() |
void |
testShortNullSwappedComparesGreaterEqual2() |
void |
testShortNullSwappedComparesLess() |
void |
testShortNullSwappedComparesLess1() |
void |
testShortNullSwappedComparesLess2() |
void |
testShortNullSwappedComparesLessEqual() |
void |
testShortNullSwappedComparesLessEqual1() |
void |
testShortNullSwappedComparesLessEqual2() |
void |
testShortNullXor() |
static int |
testShortOr(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static int |
testShortOrConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testShortOrConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testShortOrs() |
static int |
testShortSub(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static int |
testShortSubConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testShortSubConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testShortSubs() |
static Object |
testShortSwappedCompareGreater(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static Object |
testShortSwappedCompareGreaterConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortSwappedCompareGreaterConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortSwappedCompareGreaterEqual(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static Object |
testShortSwappedCompareGreaterEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortSwappedCompareGreaterEqualConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortSwappedCompareLess(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static Object |
testShortSwappedCompareLessConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortSwappedCompareLessConstant2(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortSwappedCompareLessEqual(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static Object |
testShortSwappedCompareLessEqualConstant1(MemoryArithmeticTest.FieldObject f) |
static Object |
testShortSwappedCompareLessEqualConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testShortSwappedComparesGreater() |
void |
testShortSwappedComparesGreaterEqual() |
void |
testShortSwappedComparesLess() |
void |
testShortSwappedComparesLessEqual() |
static int |
testShortXor(MemoryArithmeticTest.FieldObject f,
short shortValue) |
static int |
testShortXorConstant1(MemoryArithmeticTest.FieldObject f) |
static int |
testShortXorConstant2(MemoryArithmeticTest.FieldObject f) |
void |
testShortXors() |