Home
last modified time | relevance | path

Searched refs:matchShape (Results 1 – 17 of 17) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/match/
H A DMatchPattern.java247 public Result matchShape(Node node, MatchStatement statement) { in matchShape() method in MatchPattern
248 return matchShape(node, statement, true); in matchShape()
251 private Result matchShape(Node node, MatchStatement statement, boolean atRoot) { in matchShape() method in MatchPattern
264 result = patterns[input].matchShape(getInput(input, node), statement, false); in matchShape()
H A DMatchStatement.java91 Result result = pattern.matchShape(node, this); in generate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/match/
H A DMatchPattern.java247 public Result matchShape(Node node, MatchStatement statement) { in matchShape() method in MatchPattern
248 return matchShape(node, statement, true); in matchShape()
251 private Result matchShape(Node node, MatchStatement statement, boolean atRoot) { in matchShape() method in MatchPattern
264 result = patterns[input].matchShape(getInput(input, node), statement, false); in matchShape()
H A DMatchStatement.java91 Result result = pattern.matchShape(node, this); in generate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/match/
H A DMatchPattern.java247 public Result matchShape(Node node, MatchStatement statement) { in matchShape() method in MatchPattern
248 return matchShape(node, statement, true); in matchShape()
251 private Result matchShape(Node node, MatchStatement statement, boolean atRoot) { in matchShape() method in MatchPattern
264 result = patterns[input].matchShape(getInput(input, node), statement, false); in matchShape()
H A DMatchStatement.java91 Result result = pattern.matchShape(node, this); in generate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/match/
H A DMatchPattern.java266 public Result matchShape(Node node, MatchStatement statement) { in matchShape() method in MatchPattern
267 return matchShape(node, statement, true); in matchShape()
270 private Result matchShape(Node node, MatchStatement statement, boolean atRoot) { in matchShape() method in MatchPattern
283 result = patterns[input].matchShape(getInput(input, node), statement, false); in matchShape()
H A DMatchStatement.java92 Result result = pattern.matchShape(node, this); in generate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/match/
H A DMatchPattern.java266 public Result matchShape(Node node, MatchStatement statement) { in matchShape() method in MatchPattern
267 return matchShape(node, statement, true); in matchShape()
270 private Result matchShape(Node node, MatchStatement statement, boolean atRoot) { in matchShape() method in MatchPattern
283 result = patterns[input].matchShape(getInput(input, node), statement, false); in matchShape()
H A DMatchStatement.java92 Result result = pattern.matchShape(node, this); in generate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/match/
H A DMatchPattern.java266 public Result matchShape(Node node, MatchStatement statement) { in matchShape() method in MatchPattern
267 return matchShape(node, statement, true); in matchShape()
270 private Result matchShape(Node node, MatchStatement statement, boolean atRoot) { in matchShape() method in MatchPattern
283 result = patterns[input].matchShape(getInput(input, node), statement, false); in matchShape()
H A DMatchStatement.java92 Result result = pattern.matchShape(node, this); in generate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/match/
H A DMatchPattern.java275 public Result matchShape(Node node, MatchStatement statement) { in matchShape() method in MatchPattern
276 return matchShape(node, statement, true); in matchShape()
279 private Result matchShape(Node node, MatchStatement statement, boolean atRoot) { in matchShape() method in MatchPattern
292 result = patterns[input].matchShape(getInput(input, node), statement, false); in matchShape()
H A DMatchStatement.java92 Result result = pattern.matchShape(node, this); in generate()
/dports/math/kig/kig-21.12.3/misc/
H A Drect.h95 Rect matchShape( const Rect& rhs, bool shrink = false ) const;
H A Drect.cc280 Rect Rect::matchShape( const Rect& rhs, bool shrink ) const in matchShape() function in Rect
/dports/math/kig/kig-21.12.3/kig/
H A Dkig_view.cpp195 return r.matchShape( Rect::fromQRect( rect() ) ); in matchScreenShape()
549 msi.setShownRect( r.matchShape( Rect::fromQRect( rect() ) ) ); in setShowingRect()