public class UnsignedMathTest extends GraalCompilerTest
UnsignedMath
class.GraalCompilerTest.ArgSupplier, GraalCompilerTest.Result
GraalTest.MultiCauseAssertionError
lastCompiledGraph
Constructor and Description |
---|
UnsignedMathTest() |
Modifier and Type | Method and Description |
---|---|
static boolean |
aboveOrEqualInt(int a,
int b) |
static boolean |
aboveOrEqualLong(long a,
long b) |
static boolean |
aboveThanInt(int a,
int b) |
static boolean |
aboveThanLong(long a,
long b) |
static boolean |
belowOrEqualInt(int a,
int b) |
static boolean |
belowOrEqualLong(long a,
long b) |
static boolean |
belowThanInt(int a,
int b) |
static boolean |
belowThanLong(long a,
long b) |
static int |
divideInt(int a,
int b) |
static long |
divideLong(long a,
long b) |
static int |
remainderInt(int a,
int b) |
static long |
remainderLong(long a,
long b) |
void |
testInt() |
private void |
testInt(int a,
int b) |
void |
testLong() |
private void |
testLong(long a,
long b) |
addMethod, after, afterTest, applyArgSuppliers, argsWithReceiver, asResolvedJavaMethod, assertConstantReturn, assertEquals, assertEquals, assertEquals, before, beforeTest, branchProbability, breakpoint, breakpoint, checkArgs, checkHighTierGraph, checkLowTierGraph, checkMidTierGraph, compile, countUnusedConstants, createLIRSuites, createSuites, editGraphBuilderConfiguration, executeActual, executeActualCheckDeopt, executeExpected, getBackend, getCanonicalGraphString, getCode, getCode, getCode, getCodeCache, getConstantReflection, getCustomGraphBuilderSuite, getDefaultGraphBuilderPlugins, getDefaultGraphBuilderSuite, getDefaultHighTierContext, getLIRSuites, getLowerer, getMetaAccess, getNodeCountExcludingUnusedConstants, getProviders, getReplacements, getResolvedJavaMethod, getResolvedJavaMethod, getResolvedJavaMethod, getSnippetReflection, getSpeculationLog, getSuites, getTarget, initializeDebugging, invoke, isArchitecture, iterationCount, lookupMethod, parseDebug, parseEager, parseEager, parseForCompile, parseProfiled, parseProfiled, referenceInvoke, supply, test, test, testAgainstExpected, testAgainstExpected, testN
assertDeepEquals, assertDeepEquals, assertDeepEquals, assertDeepEquals, assertFalse, assertFalse, assertFalse, assertTrue, assertTrue, assertTrue, equalFloatsOrDoublesDelta, fail, getMethod, getMethod, getMethod, ulpsDelta
public UnsignedMathTest()
public static boolean aboveThanInt(int a, int b)
public static boolean aboveOrEqualInt(int a, int b)
public static boolean belowThanInt(int a, int b)
public static boolean belowOrEqualInt(int a, int b)
public static int divideInt(int a, int b)
public static int remainderInt(int a, int b)
public static boolean aboveThanLong(long a, long b)
public static boolean aboveOrEqualLong(long a, long b)
public static boolean belowThanLong(long a, long b)
public static boolean belowOrEqualLong(long a, long b)
public static long divideLong(long a, long b)
public static long remainderLong(long a, long b)
private void testInt(int a, int b)
private void testLong(long a, long b)
public void testInt()
public void testLong()