Home
last modified time | relevance | path

Searched refs:MethodSymbol (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/dports/java/jikes/jikes-1.22/src/
H A Dsymbol.h428 MethodSymbol* next_method;
490 virtual ~MethodSymbol();
925 MethodSymbol* GetReadAccessMethod(MethodSymbol*, TypeSymbol* = NULL);
926 MethodSymbol* GetReadAccessConstructor(MethodSymbol*);
929 MethodSymbol* GetWriteAccessFromReadAccess(MethodSymbol*);
1254 MethodSymbol* FindOverloadMethod(MethodSymbol*, AstMethodDeclarator*);
1781 inline MethodSymbol* InsertMethodSymbol(MethodSymbol*);
1783 MethodSymbol* FindOverloadMethod(MethodSymbol*, AstMethodDeclarator*);
2108 inline MethodSymbol* SymbolTable::InsertMethodSymbol(MethodSymbol* symbol) in InsertMethodSymbol()
2164 : (MethodSymbol*) NULL; in FindMethodSymbol()
[all …]
H A Dtable.h73 MethodSymbol* method_symbol;
76 MethodShadowSymbol(MethodSymbol* method_symbol_) in MethodShadowSymbol()
86 MethodSymbol* Conflict(unsigned i) const { return (*conflict)[i]; } in Conflict()
92 inline void AddConflict(MethodSymbol* conflict_symbol) in AddConflict()
108 ConvertibleArray<MethodSymbol*>* conflict;
110 bool Find(const MethodSymbol* conflict_symbol) in Find()
113 conflict = new ConvertibleArray<MethodSymbol*>(4); in Find()
407 MethodSymbol* overload_method) in Overload()
419 inline MethodShadowSymbol* Overload(MethodSymbol* overload_method) in Overload()
433 MethodShadowSymbol* FindOverloadMethodShadow(MethodSymbol* overload_method, in FindOverloadMethodShadow()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DAttribute.java143 public final List<Pair<MethodSymbol,Attribute>> values;
157 List<Pair<MethodSymbol,Attribute>> values) { in Compound() argument
179 for (Pair<MethodSymbol, Attribute> value : values) { in toString()
196 Pair<MethodSymbol,Attribute> res = getElemPair(member); in member()
201 for (Pair<MethodSymbol,Attribute> pair : values) in getElemPair()
228 public Map<MethodSymbol, Attribute> getElementValues() { in getElementValues()
229 Map<MethodSymbol, Attribute> valmap = in getElementValues()
230 new LinkedHashMap<MethodSymbol, Attribute>(); in getElementValues()
231 for (Pair<MethodSymbol, Attribute> value : values) in getElementValues()
245 List<Pair<MethodSymbol, Attribute>> values, in TypeCompound() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DAttribute.java143 public final List<Pair<MethodSymbol,Attribute>> values;
157 List<Pair<MethodSymbol,Attribute>> values) { in Compound() argument
179 for (Pair<MethodSymbol, Attribute> value : values) { in toString()
196 Pair<MethodSymbol,Attribute> res = getElemPair(member); in member()
201 for (Pair<MethodSymbol,Attribute> pair : values) in getElemPair()
228 public Map<MethodSymbol, Attribute> getElementValues() { in getElementValues()
229 Map<MethodSymbol, Attribute> valmap = in getElementValues()
230 new LinkedHashMap<MethodSymbol, Attribute>(); in getElementValues()
231 for (Pair<MethodSymbol, Attribute> value : values) in getElementValues()
245 List<Pair<MethodSymbol, Attribute>> values, in TypeCompound() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java99 for (Map.Entry<MethodSymbol, Attribute> entry : in getAllReflectedValues()
101 MethodSymbol meth = entry.getKey(); in getAllReflectedValues()
117 private Map<MethodSymbol, Attribute> getAllValues() { in getAllValues()
118 Map<MethodSymbol, Attribute> res = in getAllValues()
119 new LinkedHashMap<MethodSymbol, Attribute>(); in getAllValues()
125 MethodSymbol m = (MethodSymbol) e.sym; in getAllValues()
132 for (Pair<MethodSymbol, Attribute> p : anno.values) in getAllValues()
142 private Object generateValue(MethodSymbol meth, Attribute attr) { in generateValue()
150 private MethodSymbol meth; // annotation element being visited
154 ValueVisitor(MethodSymbol meth) { in ValueVisitor()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java99 for (Map.Entry<MethodSymbol, Attribute> entry : in getAllReflectedValues()
101 MethodSymbol meth = entry.getKey(); in getAllReflectedValues()
117 private Map<MethodSymbol, Attribute> getAllValues() { in getAllValues()
118 Map<MethodSymbol, Attribute> res = in getAllValues()
119 new LinkedHashMap<MethodSymbol, Attribute>(); in getAllValues()
125 MethodSymbol m = (MethodSymbol) e.sym; in getAllValues()
132 for (Pair<MethodSymbol, Attribute> p : anno.values) in getAllValues()
142 private Object generateValue(MethodSymbol meth, Attribute attr) { in generateValue()
150 private MethodSymbol meth; // annotation element being visited
154 ValueVisitor(MethodSymbol meth) { in ValueVisitor()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java152 public final List<Pair<MethodSymbol,Attribute>> values;
167 List<Pair<MethodSymbol,Attribute>> values, in Compound() argument
175 List<Pair<MethodSymbol,Attribute>> values) { in Compound() argument
199 Pair<MethodSymbol, Attribute> val = values.get(0); in getFirstEmbeddedTC()
247 for (Pair<MethodSymbol, Attribute> value : values) { in toString()
265 Pair<MethodSymbol,Attribute> res = getElemPair(member); in member()
269 private Pair<MethodSymbol, Attribute> getElemPair(Name member) { in getElemPair()
270 for (Pair<MethodSymbol,Attribute> pair : values) in getElemPair()
291 public Map<MethodSymbol, Attribute> getElementValues() { in getElementValues()
293 for (Pair<MethodSymbol, Attribute> value : values) in getElementValues()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java101 for (Map.Entry<MethodSymbol, Attribute> entry : in getAllReflectedValues()
103 MethodSymbol meth = entry.getKey(); in getAllReflectedValues()
119 private Map<MethodSymbol, Attribute> getAllValues() { in getAllValues()
120 Map<MethodSymbol, Attribute> res = new LinkedHashMap<>(); in getAllValues()
126 MethodSymbol m = (MethodSymbol) s; in getAllValues()
133 for (Pair<MethodSymbol, Attribute> p : anno.values) in getAllValues()
143 private Object generateValue(MethodSymbol meth, Attribute attr) { in generateValue()
151 private MethodSymbol meth; // annotation element being visited
155 ValueVisitor(MethodSymbol meth) { in ValueVisitor()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java101 for (Map.Entry<MethodSymbol, Attribute> entry : in getAllReflectedValues()
103 MethodSymbol meth = entry.getKey(); in getAllReflectedValues()
119 private Map<MethodSymbol, Attribute> getAllValues() { in getAllValues()
120 Map<MethodSymbol, Attribute> res = new LinkedHashMap<>(); in getAllValues()
126 MethodSymbol m = (MethodSymbol) s; in getAllValues()
133 for (Pair<MethodSymbol, Attribute> p : anno.values) in getAllValues()
143 private Object generateValue(MethodSymbol meth, Attribute attr) { in generateValue()
151 private MethodSymbol meth; // annotation element being visited
155 ValueVisitor(MethodSymbol meth) { in ValueVisitor()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java101 for (Map.Entry<MethodSymbol, Attribute> entry : in getAllReflectedValues()
103 MethodSymbol meth = entry.getKey(); in getAllReflectedValues()
119 private Map<MethodSymbol, Attribute> getAllValues() { in getAllValues()
120 Map<MethodSymbol, Attribute> res = new LinkedHashMap<>(); in getAllValues()
126 MethodSymbol m = (MethodSymbol) s; in getAllValues()
133 for (Pair<MethodSymbol, Attribute> p : anno.values) in getAllValues()
143 private Object generateValue(MethodSymbol meth, Attribute attr) { in generateValue()
151 private MethodSymbol meth; // annotation element being visited
155 ValueVisitor(MethodSymbol meth) { in ValueVisitor()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java102 for (Map.Entry<MethodSymbol, Attribute> entry : in getAllReflectedValues()
104 MethodSymbol meth = entry.getKey(); in getAllReflectedValues()
120 private Map<MethodSymbol, Attribute> getAllValues() { in getAllValues()
121 Map<MethodSymbol, Attribute> res = new LinkedHashMap<>(); in getAllValues()
127 MethodSymbol m = (MethodSymbol) s; in getAllValues()
134 for (Pair<MethodSymbol, Attribute> p : anno.values) in getAllValues()
144 private Object generateValue(MethodSymbol meth, Attribute attr) { in generateValue()
152 private MethodSymbol meth; // annotation element being visited
156 ValueVisitor(MethodSymbol meth) { in ValueVisitor()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java102 for (Map.Entry<MethodSymbol, Attribute> entry : in getAllReflectedValues()
104 MethodSymbol meth = entry.getKey(); in getAllReflectedValues()
120 private Map<MethodSymbol, Attribute> getAllValues() { in getAllValues()
121 Map<MethodSymbol, Attribute> res = new LinkedHashMap<>(); in getAllValues()
127 MethodSymbol m = (MethodSymbol) s; in getAllValues()
134 for (Pair<MethodSymbol, Attribute> p : anno.values) in getAllValues()
144 private Object generateValue(MethodSymbol meth, Attribute attr) { in generateValue()
152 private MethodSymbol meth; // annotation element being visited
156 ValueVisitor(MethodSymbol meth) { in ValueVisitor()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java102 for (Map.Entry<MethodSymbol, Attribute> entry : in getAllReflectedValues()
104 MethodSymbol meth = entry.getKey(); in getAllReflectedValues()
120 private Map<MethodSymbol, Attribute> getAllValues() { in getAllValues()
121 Map<MethodSymbol, Attribute> res = new LinkedHashMap<>(); in getAllValues()
127 MethodSymbol m = (MethodSymbol) s; in getAllValues()
134 for (Pair<MethodSymbol, Attribute> p : anno.values) in getAllValues()
144 private Object generateValue(MethodSymbol meth, Attribute attr) { in generateValue()
152 private MethodSymbol meth; // annotation element being visited
156 ValueVisitor(MethodSymbol meth) { in ValueVisitor()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java101 for (Map.Entry<MethodSymbol, Attribute> entry : in getAllReflectedValues()
103 MethodSymbol meth = entry.getKey(); in getAllReflectedValues()
119 private Map<MethodSymbol, Attribute> getAllValues() { in getAllValues()
120 Map<MethodSymbol, Attribute> res = new LinkedHashMap<>(); in getAllValues()
126 MethodSymbol m = (MethodSymbol) s; in getAllValues()
133 for (Pair<MethodSymbol, Attribute> p : anno.values) in getAllValues()
143 private Object generateValue(MethodSymbol meth, Attribute attr) { in generateValue()
151 private MethodSymbol meth; // annotation element being visited
155 ValueVisitor(MethodSymbol meth) { in ValueVisitor()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java102 for (Map.Entry<MethodSymbol, Attribute> entry : in getAllReflectedValues()
104 MethodSymbol meth = entry.getKey(); in getAllReflectedValues()
120 private Map<MethodSymbol, Attribute> getAllValues() { in getAllValues()
121 Map<MethodSymbol, Attribute> res = new LinkedHashMap<>(); in getAllValues()
127 MethodSymbol m = (MethodSymbol) s; in getAllValues()
134 for (Pair<MethodSymbol, Attribute> p : anno.values) in getAllValues()
144 private Object generateValue(MethodSymbol meth, Attribute attr) { in generateValue()
152 private MethodSymbol meth; // annotation element being visited
156 ValueVisitor(MethodSymbol meth) { in ValueVisitor()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java152 public final List<Pair<MethodSymbol,Attribute>> values;
167 List<Pair<MethodSymbol,Attribute>> values, in Compound() argument
175 List<Pair<MethodSymbol,Attribute>> values) { in Compound() argument
199 Pair<MethodSymbol, Attribute> val = values.get(0); in getFirstEmbeddedTC()
249 for (Pair<MethodSymbol, Attribute> value : values) { in toString()
266 Pair<MethodSymbol,Attribute> res = getElemPair(member); in member()
270 private Pair<MethodSymbol, Attribute> getElemPair(Name member) { in getElemPair()
271 for (Pair<MethodSymbol,Attribute> pair : values) in getElemPair()
292 public Map<MethodSymbol, Attribute> getElementValues() { in getElementValues()
294 for (Pair<MethodSymbol, Attribute> value : values) in getElementValues()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java152 public final List<Pair<MethodSymbol,Attribute>> values;
167 List<Pair<MethodSymbol,Attribute>> values, in Compound() argument
175 List<Pair<MethodSymbol,Attribute>> values) { in Compound() argument
199 Pair<MethodSymbol, Attribute> val = values.get(0); in getFirstEmbeddedTC()
249 for (Pair<MethodSymbol, Attribute> value : values) { in toString()
266 Pair<MethodSymbol,Attribute> res = getElemPair(member); in member()
270 private Pair<MethodSymbol, Attribute> getElemPair(Name member) { in getElemPair()
271 for (Pair<MethodSymbol,Attribute> pair : values) in getElemPair()
292 public Map<MethodSymbol, Attribute> getElementValues() { in getElementValues()
294 for (Pair<MethodSymbol, Attribute> value : values) in getElementValues()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java152 public final List<Pair<MethodSymbol,Attribute>> values;
167 List<Pair<MethodSymbol,Attribute>> values, in Compound() argument
175 List<Pair<MethodSymbol,Attribute>> values) { in Compound() argument
199 Pair<MethodSymbol, Attribute> val = values.get(0); in getFirstEmbeddedTC()
249 for (Pair<MethodSymbol, Attribute> value : values) { in toString()
266 Pair<MethodSymbol,Attribute> res = getElemPair(member); in member()
270 private Pair<MethodSymbol, Attribute> getElemPair(Name member) { in getElemPair()
271 for (Pair<MethodSymbol,Attribute> pair : values) in getElemPair()
292 public Map<MethodSymbol, Attribute> getElementValues() { in getElementValues()
294 for (Pair<MethodSymbol, Attribute> value : values) in getElementValues()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java152 public final List<Pair<MethodSymbol,Attribute>> values;
167 List<Pair<MethodSymbol,Attribute>> values, in Compound() argument
175 List<Pair<MethodSymbol,Attribute>> values) { in Compound() argument
199 Pair<MethodSymbol, Attribute> val = values.get(0); in getFirstEmbeddedTC()
249 for (Pair<MethodSymbol, Attribute> value : values) { in toString()
267 Pair<MethodSymbol,Attribute> res = getElemPair(member); in member()
271 private Pair<MethodSymbol, Attribute> getElemPair(Name member) { in getElemPair()
272 for (Pair<MethodSymbol,Attribute> pair : values) in getElemPair()
293 public Map<MethodSymbol, Attribute> getElementValues() { in getElementValues()
295 for (Pair<MethodSymbol, Attribute> value : values) in getElementValues()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java152 public final List<Pair<MethodSymbol,Attribute>> values;
167 List<Pair<MethodSymbol,Attribute>> values, in Compound() argument
175 List<Pair<MethodSymbol,Attribute>> values) { in Compound() argument
199 Pair<MethodSymbol, Attribute> val = values.get(0); in getFirstEmbeddedTC()
249 for (Pair<MethodSymbol, Attribute> value : values) { in toString()
267 Pair<MethodSymbol,Attribute> res = getElemPair(member); in member()
271 private Pair<MethodSymbol, Attribute> getElemPair(Name member) { in getElemPair()
272 for (Pair<MethodSymbol,Attribute> pair : values) in getElemPair()
293 public Map<MethodSymbol, Attribute> getElementValues() { in getElementValues()
295 for (Pair<MethodSymbol, Attribute> value : values) in getElementValues()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java152 public final List<Pair<MethodSymbol,Attribute>> values;
167 List<Pair<MethodSymbol,Attribute>> values, in Compound() argument
175 List<Pair<MethodSymbol,Attribute>> values) { in Compound() argument
199 Pair<MethodSymbol, Attribute> val = values.get(0); in getFirstEmbeddedTC()
249 for (Pair<MethodSymbol, Attribute> value : values) { in toString()
266 Pair<MethodSymbol,Attribute> res = getElemPair(member); in member()
270 private Pair<MethodSymbol, Attribute> getElemPair(Name member) { in getElemPair()
271 for (Pair<MethodSymbol,Attribute> pair : values) in getElemPair()
292 public Map<MethodSymbol, Attribute> getElementValues() { in getElementValues()
294 for (Pair<MethodSymbol, Attribute> value : values) in getElementValues()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java152 public final List<Pair<MethodSymbol,Attribute>> values;
167 List<Pair<MethodSymbol,Attribute>> values, in Compound() argument
175 List<Pair<MethodSymbol,Attribute>> values) { in Compound() argument
199 Pair<MethodSymbol, Attribute> val = values.get(0); in getFirstEmbeddedTC()
249 for (Pair<MethodSymbol, Attribute> value : values) { in toString()
267 Pair<MethodSymbol,Attribute> res = getElemPair(member); in member()
271 private Pair<MethodSymbol, Attribute> getElemPair(Name member) { in getElemPair()
272 for (Pair<MethodSymbol,Attribute> pair : values) in getElemPair()
293 public Map<MethodSymbol, Attribute> getElementValues() { in getElementValues()
295 for (Pair<MethodSymbol, Attribute> value : values) in getElementValues()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DWithType.cs108 public MethodSymbol Meth() in Meth()
110 return Sym as MethodSymbol; in Meth()
156 public MethWithType(MethodSymbol meth, AggregateType ats) in MethWithType()
242 public MethWithInst(MethodSymbol meth, AggregateType ats) in MethWithInst()
246 public MethWithInst(MethodSymbol meth, AggregateType ats, TypeArray typeArgs) in MethWithInst()
252 Set(mpwi.Sym as MethodSymbol, mpwi.Ats, mpwi.TypeArgs); in MethWithInst()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java91 overridden = new HashMap<MethodSymbol,MethodSymbol>(); in TransTypes()
104 Map<MethodSymbol,MethodSymbol> overridden;
246 MethodSymbol meth, in addBridge()
247 MethodSymbol impl, in addBridge()
260 MethodSymbol bridge = new MethodSymbol(flags, in addBridge()
304 private List<VarSymbol> createBridgeParams(MethodSymbol impl, MethodSymbol bridge, in createBridgeParams()
352 MethodSymbol meth = (MethodSymbol)sym; in addBridgeIfNeeded()
812 tree.sym = ((MethodSymbol)tree.sym). in visitSelect()
900 MethodSymbol m = (MethodSymbol)sym; in addOverrideBridgesIfNeeded()
901 MethodSymbol member = (MethodSymbol)m.asMemberOf(c.type, types); in addOverrideBridgesIfNeeded()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java91 overridden = new HashMap<MethodSymbol,MethodSymbol>(); in TransTypes()
104 Map<MethodSymbol,MethodSymbol> overridden;
246 MethodSymbol meth, in addBridge()
247 MethodSymbol impl, in addBridge()
260 MethodSymbol bridge = new MethodSymbol(flags, in addBridge()
304 private List<VarSymbol> createBridgeParams(MethodSymbol impl, MethodSymbol bridge, in createBridgeParams()
352 MethodSymbol meth = (MethodSymbol)sym; in addBridgeIfNeeded()
812 tree.sym = ((MethodSymbol)tree.sym). in visitSelect()
900 MethodSymbol m = (MethodSymbol)sym; in addOverrideBridgesIfNeeded()
901 MethodSymbol member = (MethodSymbol)m.asMemberOf(c.type, types); in addOverrideBridgesIfNeeded()
[all …]

12345678910>>...22