Home
last modified time | relevance | path

Searched refs:preciseRethrowTypes (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java778 HashMap<Symbol, List<Type>> preciseRethrowTypes; field in Flow.FlowAnalyzer
1134 preciseRethrowTypes.put(param.sym, chk.intersect(ctypes, rethrownTypes)); in visitTry()
1136 preciseRethrowTypes.remove(param.sym); in visitTry()
1220 preciseRethrowTypes.get(sym) != null && in visitThrow()
1222 for (Type t : preciseRethrowTypes.get(sym)) { in visitThrow()
1324 preciseRethrowTypes = new HashMap<>(); in analyzeTree()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java778 HashMap<Symbol, List<Type>> preciseRethrowTypes; field in Flow.FlowAnalyzer
1134 preciseRethrowTypes.put(param.sym, chk.intersect(ctypes, rethrownTypes)); in visitTry()
1136 preciseRethrowTypes.remove(param.sym); in visitTry()
1220 preciseRethrowTypes.get(sym) != null && in visitThrow()
1222 for (Type t : preciseRethrowTypes.get(sym)) { in visitThrow()
1324 preciseRethrowTypes = new HashMap<>(); in analyzeTree()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java780 HashMap<Symbol, List<Type>> preciseRethrowTypes; field in Flow.FlowAnalyzer
1136 preciseRethrowTypes.put(param.sym, chk.intersect(ctypes, rethrownTypes)); in visitTry()
1138 preciseRethrowTypes.remove(param.sym); in visitTry()
1222 preciseRethrowTypes.get(sym) != null && in visitThrow()
1224 for (Type t : preciseRethrowTypes.get(sym)) { in visitThrow()
1326 preciseRethrowTypes = new HashMap<Symbol, List<Type>>(); in analyzeTree()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java780 HashMap<Symbol, List<Type>> preciseRethrowTypes; field in Flow.FlowAnalyzer
1136 preciseRethrowTypes.put(param.sym, chk.intersect(ctypes, rethrownTypes)); in visitTry()
1138 preciseRethrowTypes.remove(param.sym); in visitTry()
1222 preciseRethrowTypes.get(sym) != null && in visitThrow()
1224 for (Type t : preciseRethrowTypes.get(sym)) { in visitThrow()
1326 preciseRethrowTypes = new HashMap<Symbol, List<Type>>(); in analyzeTree()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java861 HashMap<Symbol, List<Type>> preciseRethrowTypes; field in Flow.FlowAnalyzer
1229 preciseRethrowTypes.put(param.sym, chk.intersect(ctypes, rethrownTypes)); in visitTry()
1231 preciseRethrowTypes.remove(param.sym); in visitTry()
1320 preciseRethrowTypes.get(sym) != null) { in visitThrow()
1321 for (Type t : preciseRethrowTypes.get(sym)) { in visitThrow()
1424 preciseRethrowTypes = new HashMap<>(); in analyzeTree()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java839 HashMap<Symbol, List<Type>> preciseRethrowTypes; field in Flow.FlowAnalyzer
1202 preciseRethrowTypes.put(param.sym, chk.intersect(ctypes, rethrownTypes)); in visitTry()
1204 preciseRethrowTypes.remove(param.sym); in visitTry()
1290 preciseRethrowTypes.get(sym) != null) { in visitThrow()
1291 for (Type t : preciseRethrowTypes.get(sym)) { in visitThrow()
1393 preciseRethrowTypes = new HashMap<>(); in analyzeTree()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java906 HashMap<Symbol, List<Type>> preciseRethrowTypes; field in Flow.FlowAnalyzer
1278 preciseRethrowTypes.put(param.sym, chk.intersect(ctypes, rethrownTypes)); in visitTry()
1280 preciseRethrowTypes.remove(param.sym); in visitTry()
1369 preciseRethrowTypes.get(sym) != null) { in visitThrow()
1370 for (Type t : preciseRethrowTypes.get(sym)) { in visitThrow()
1473 preciseRethrowTypes = new HashMap<>(); in analyzeTree()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java906 HashMap<Symbol, List<Type>> preciseRethrowTypes; field in Flow.FlowAnalyzer
1278 preciseRethrowTypes.put(param.sym, chk.intersect(ctypes, rethrownTypes)); in visitTry()
1280 preciseRethrowTypes.remove(param.sym); in visitTry()
1369 preciseRethrowTypes.get(sym) != null) { in visitThrow()
1370 for (Type t : preciseRethrowTypes.get(sym)) { in visitThrow()
1473 preciseRethrowTypes = new HashMap<>(); in analyzeTree()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java897 HashMap<Symbol, List<Type>> preciseRethrowTypes; field in Flow.FlowAnalyzer
1265 preciseRethrowTypes.put(param.sym, chk.intersect(ctypes, rethrownTypes)); in visitTry()
1267 preciseRethrowTypes.remove(param.sym); in visitTry()
1356 preciseRethrowTypes.get(sym) != null) { in visitThrow()
1357 for (Type t : preciseRethrowTypes.get(sym)) { in visitThrow()
1460 preciseRethrowTypes = new HashMap<>(); in analyzeTree()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java964 HashMap<Symbol, List<Type>> preciseRethrowTypes;
1334 preciseRethrowTypes.put(param.sym, chk.intersect(ctypes, rethrownTypes));
1336 preciseRethrowTypes.remove(param.sym);
1425 preciseRethrowTypes.get(sym) != null) {
1426 for (Type t : preciseRethrowTypes.get(sym)) {
1529 preciseRethrowTypes = new HashMap<>();