Searched refs:CG (Results 1 - 6 of 6) sorted by relevance

/openjdk10/langtools/test/tools/javac/generics/rawOverride/7157798/
H A DTest1.java55 interface CG<T> extends C<T>, G {} //return type: List<T> interface in inherits:C,G
101 void test(CG<String> cg) {
/openjdk10/hotspot/src/share/vm/opto/
H A Descape.hpp42 // The analysis requires construction of a "connection graph" (CG) for
49 // The CG contains 3 types of edges:
57 // PointsTo(n) - n is any CG node, it returns the set of JO that n could
171 inline PointsToNode(ConnectionGraph* CG, Node* n, EscapeState es, NodeType type);
241 LocalVarNode(ConnectionGraph *CG, Node* n, EscapeState es): argument
242 PointsToNode(CG, n, es, LocalVar) {}
247 JavaObjectNode(ConnectionGraph *CG, Node* n, EscapeState es): argument
248 PointsToNode(CG, n, es, JavaObject) {
260 FieldNode(ConnectionGraph *CG, Node* n, EscapeState es, int offs, bool is_oop): argument
261 PointsToNode(CG,
282 ArraycopyNode(ConnectionGraph *CG, Node* n, EscapeState es) argument
601 PointsToNode(ConnectionGraph *CG, Node* n, EscapeState es, NodeType type) argument
[all...]
/openjdk10/langtools/test/tools/javac/generics/wildcards/neg/
H A DCastTest.java94 private interface CG<T> { } interface in class:CastTest
95 private class CH<S, T> implements CF<S>, CG<T> { }
97 private interface CJ<T> extends CG<T> { }
H A DCastFail.java86 private interface CG<T> { } interface in class:CastFail
87 private class CH<S, T> implements CF<S>, CG<T> { }
89 private interface CJ<T> extends CG<T> { }
/openjdk10/langtools/test/tools/javac/generics/wildcards/pos/
H A DCastTest.java99 private interface CG<T> { } interface in class:CastTest
100 private class CH<S, T> implements CF<S>, CG<T> { }
102 private interface CJ<T> extends CG<T> { }
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DAllLocations.java88 new @CG Inner<@CH Inner<@CI Integer>>() {};
188 @Retention(RUNTIME) @Target({TYPE_USE}) @interface CG { } interface

Completed in 77 milliseconds