public abstract class MinNode extends MathOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
MinNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
caseIntInt(Object[] args) |
protected static boolean |
caseIntIntInt(Object[] args) |
protected static double |
min0Param(Object[] args) |
protected double |
min1Param(Object[] args) |
protected static Object |
min2Param(Object[] args,
com.oracle.truffle.api.nodes.Node node,
com.oracle.truffle.api.profiles.InlinedConditionProfile isIntBranch,
com.oracle.truffle.api.profiles.InlinedConditionProfile minProfile,
JSToNumberNode toNumber1Node,
JSToNumberNode toNumber2Node,
com.oracle.truffle.api.profiles.InlinedConditionProfile leftSmaller,
com.oracle.truffle.api.profiles.InlinedConditionProfile rightSmaller,
com.oracle.truffle.api.profiles.InlinedConditionProfile bothEqual,
com.oracle.truffle.api.profiles.InlinedConditionProfile negativeZero) |
protected int |
min2ParamInt(Object[] args,
com.oracle.truffle.api.profiles.InlinedConditionProfile minProfile) |
protected int |
min3ParamInt(Object[] args) |
protected double |
min3ParamOther(Object[] args,
com.oracle.truffle.api.profiles.InlinedConditionProfile leftSmaller,
com.oracle.truffle.api.profiles.InlinedConditionProfile rightSmaller,
com.oracle.truffle.api.profiles.InlinedConditionProfile bothEqual,
com.oracle.truffle.api.profiles.InlinedConditionProfile negativeZero) |
protected double |
minGeneric(Object[] args,
com.oracle.truffle.api.profiles.InlinedConditionProfile leftSmaller,
com.oracle.truffle.api.profiles.InlinedConditionProfile rightSmaller,
com.oracle.truffle.api.profiles.InlinedConditionProfile bothEqual,
com.oracle.truffle.api.profiles.InlinedConditionProfile negativeZero) |
toDoublecopyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, isSplitImmediately, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, convertIncomingValue, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, reportLoopCount, reportLoopCountaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected static boolean caseIntInt(Object[] args)
protected static double min0Param(Object[] args)
protected double min1Param(Object[] args)
protected int min2ParamInt(Object[] args, com.oracle.truffle.api.profiles.InlinedConditionProfile minProfile)
protected static Object min2Param(Object[] args, com.oracle.truffle.api.nodes.Node node, com.oracle.truffle.api.profiles.InlinedConditionProfile isIntBranch, com.oracle.truffle.api.profiles.InlinedConditionProfile minProfile, JSToNumberNode toNumber1Node, JSToNumberNode toNumber2Node, com.oracle.truffle.api.profiles.InlinedConditionProfile leftSmaller, com.oracle.truffle.api.profiles.InlinedConditionProfile rightSmaller, com.oracle.truffle.api.profiles.InlinedConditionProfile bothEqual, com.oracle.truffle.api.profiles.InlinedConditionProfile negativeZero)
protected static boolean caseIntIntInt(Object[] args)
protected int min3ParamInt(Object[] args)
protected double min3ParamOther(Object[] args, com.oracle.truffle.api.profiles.InlinedConditionProfile leftSmaller, com.oracle.truffle.api.profiles.InlinedConditionProfile rightSmaller, com.oracle.truffle.api.profiles.InlinedConditionProfile bothEqual, com.oracle.truffle.api.profiles.InlinedConditionProfile negativeZero)
protected double minGeneric(Object[] args, com.oracle.truffle.api.profiles.InlinedConditionProfile leftSmaller, com.oracle.truffle.api.profiles.InlinedConditionProfile rightSmaller, com.oracle.truffle.api.profiles.InlinedConditionProfile bothEqual, com.oracle.truffle.api.profiles.InlinedConditionProfile negativeZero)