Searched refs:getCondition (Results 1 - 25 of 38) sorted by relevance

12

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DConditionalLoopTree.java39 ExpressionTree getCondition(); method in interface:ConditionalLoopTree
H A DCatchTree.java60 ExpressionTree getCondition(); method in interface:CatchTree
H A DWhileLoopTree.java46 ExpressionTree getCondition(); method in interface:WhileLoopTree
H A DDoWhileLoopTree.java47 ExpressionTree getCondition(); method in interface:DoWhileLoopTree
H A DConditionalExpressionTree.java44 ExpressionTree getCondition(); method in interface:ConditionalExpressionTree
H A DIfTree.java50 ExpressionTree getCondition(); method in interface:IfTree
H A DForLoopTree.java53 ExpressionTree getCondition(); method in interface:ForLoopTree
H A DCatchTreeImpl.java61 public ExpressionTree getCondition() { method in class:CatchTreeImpl
H A DForLoopTreeImpl.java60 public ExpressionTree getCondition() { method in class:ForLoopTreeImpl
H A DWhileLoopTreeImpl.java47 public ExpressionTree getCondition() { method in class:WhileLoopTreeImpl
H A DDoWhileLoopTreeImpl.java47 public ExpressionTree getCondition() { method in class:DoWhileLoopTreeImpl
H A DConditionalExpressionTreeImpl.java49 public ExpressionTree getCondition() { method in class:ConditionalExpressionTreeImpl
H A DIfTreeImpl.java48 public ExpressionTree getCondition() { method in class:IfTreeImpl
H A DSimpleTreeVisitorES5_1.java138 final Tree cond = node.getCondition();
175 node.getCondition().accept(this, r);
194 node.getCondition().accept(this, r);
216 final Tree cond = node.getCondition();
288 node.getCondition().accept(this, r);
477 node.getCondition().accept(this, r);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DDoWhileLoopTree.java49 ExpressionTree getCondition(); method in interface:DoWhileLoopTree
H A DWhileLoopTree.java49 ExpressionTree getCondition(); method in interface:WhileLoopTree
H A DAssertTree.java49 ExpressionTree getCondition(); method in interface:AssertTree
H A DConditionalExpressionTree.java47 ExpressionTree getCondition(); method in interface:ConditionalExpressionTree
H A DIfTree.java53 ExpressionTree getCondition(); method in interface:IfTree
H A DForLoopTree.java59 ExpressionTree getCondition(); method in interface:ForLoopTree
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DDeoptimizingGuard.java37 LogicNode getCondition(); method in interface:DeoptimizingGuard
H A DGuardNode.java85 public LogicNode getCondition() { method in class:GuardNode
131 if (getCondition() instanceof LogicNegationNode) {
132 LogicNegationNode negation = (LogicNegationNode) getCondition();
135 if (getCondition() instanceof LogicConstantNode) {
136 LogicConstantNode c = (LogicConstantNode) getCondition();
H A DFixedGuardNode.java60 if (getCondition() instanceof LogicConstantNode) {
61 LogicConstantNode c = (LogicConstantNode) getCondition();
74 } else if (getCondition() instanceof ShortCircuitOrNode) {
75 ShortCircuitOrNode shortCircuitOr = (ShortCircuitOrNode) getCondition();
95 ValueNode guard = tool.createGuard(this, getCondition(), getReason(), getAction(), getSpeculation(), isNegated()).asNode();
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/loops/
H A DLoopingCondition.java48 public IRNode getCondition() { method in class:LoopingCondition
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/calc/
H A DIntegerBelowNode.java57 LogicNode value = OP.canonical(constantReflection, metaAccess, options, smallestCompareWidth, OP.getCondition(), false, x, y);
66 ValueNode value = OP.canonical(tool.getConstantReflection(), tool.getMetaAccess(), tool.getOptions(), tool.smallestCompareWidth(), OP.getCondition(), false, forX, forY);
126 protected Condition getCondition() { method in class:IntegerBelowNode.BelowOp

Completed in 88 milliseconds

12