Searched defs:switchNode (Results 1 - 14 of 14) sorted by relevance

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/java/
H A DTypeSwitchNode.java104 public boolean equalKeys(SwitchNode switchNode) { argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DSwitchNode.java119 public boolean structureEquals(SwitchNode switchNode) { argument
126 public abstract boolean equalKeys(SwitchNode switchNode); argument
H A DIntegerSwitchNode.java107 public boolean equalKeys(SwitchNode switchNode) { argument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DSwitchNode.java77 private SwitchNode(final SwitchNode switchNode, final Expression expression, final List<CaseNode> cases, argument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DFoldConstants.java137 public Node leaveSwitchNode(final SwitchNode switchNode) { argument
141 private static boolean isUniqueIntegerSwitchNode(final SwitchNode switchNode) { argument
H A DAssignSymbols.java880 public Node leaveSwitchNode(final SwitchNode switchNode) { argument
H A DLower.java380 public Node leaveSwitchNode(final SwitchNode switchNode) { argument
H A DWeighNodes.java290 public Node leaveSwitchNode(final SwitchNode switchNode) { argument
H A DLocalVariableTypesCalculator.java846 public boolean enterSwitchNode(final SwitchNode switchNode) { argument
H A DCodeGenerator.java2983 public boolean enterSwitchNode(final SwitchNode switchNode) { argument
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/debug/
H A DPrintVisitor.java341 public boolean enterSwitchNode(final SwitchNode switchNode) { argument
H A DJSONWriter.java702 public boolean enterSwitchNode(final SwitchNode switchNode) { argument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DIRTranslator.java342 public boolean enterSwitchNode(final SwitchNode switchNode) { argument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/visitor/
H A DNodeVisitor.java727 public boolean enterSwitchNode(final SwitchNode switchNode) { argument
737 public Node leaveSwitchNode(final SwitchNode switchNode) { argument

Completed in 127 milliseconds