Home
last modified time | relevance | path

Searched refs:resolveYields (Results 1 – 5 of 5) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java396 Liveness resolveYields(JCTree tree, ListBuffer<PendingExit> oldPendingExits) { in resolveYields() method in Flow.BaseAnalyzer
698 alive = alive.or(resolveYields(tree, prevPendingExits)); in visitSwitchExpression()
1153 resolveYields(tree, prevPendingExits); in handleSwitch()
2269 resolveYields(tree, prevPendingExits); in handleSwitch()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java431 Liveness resolveYields(JCTree tree, ListBuffer<PendingExit> oldPendingExits) { in resolveYields() method in Flow.BaseAnalyzer
743 alive = alive.or(resolveYields(tree, prevPendingExits)); in visitSwitchExpression()
1201 resolveYields(tree, prevPendingExits); in handleSwitch()
2405 resolveYields(tree, prevPendingExits); in handleSwitch()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java431 Liveness resolveYields(JCTree tree, ListBuffer<PendingExit> oldPendingExits) { in resolveYields() method in Flow.BaseAnalyzer
743 alive = alive.or(resolveYields(tree, prevPendingExits)); in visitSwitchExpression()
1201 resolveYields(tree, prevPendingExits); in handleSwitch()
2404 resolveYields(tree, prevPendingExits); in handleSwitch()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java431 Liveness resolveYields(JCTree tree, ListBuffer<PendingExit> oldPendingExits) { in resolveYields() method in Flow.BaseAnalyzer
734 alive = alive.or(resolveYields(tree, prevPendingExits)); in visitSwitchExpression()
1189 resolveYields(tree, prevPendingExits); in handleSwitch()
2386 resolveYields(tree, prevPendingExits); in handleSwitch()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java435 Liveness resolveYields(JCTree tree, ListBuffer<PendingExit> oldPendingExits) { in resolveYields() method in Flow.BaseAnalyzer
733 alive = alive.or(resolveYields(tree, prevPendingExits)); in visitSwitchExpression()
1258 resolveYields(tree, prevPendingExits);
2471 resolveYields(tree, prevPendingExits);