Searched refs:static_name (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | gl_apitemp.py | 65 n = f.static_name(name) 231 normal_ents = [f.static_name(ent) for ent in normal_ents] 232 proto_ents = [f.static_name(ent) for ent in proto_ents]
|
D | glX_XML.py | 528 return self.static_name(name)
|
D | gl_XML.py | 830 def static_name(self, name): member in gl_function
|
/third_party/node/deps/v8/src/compiler/ |
D | js-heap-broker.cc | 480 base::Optional<NameRef> static_name) { in ReadFeedbackForPropertyAccess() argument 511 static_name.has_value() ? static_name : GetNameFeedback(nexus); in ReadFeedbackForPropertyAccess() 762 base::Optional<NameRef> static_name) { in GetFeedbackForPropertyAccess() argument 765 ReadFeedbackForPropertyAccess(source, mode, static_name); in GetFeedbackForPropertyAccess()
|
D | js-heap-broker.h | 220 base::Optional<NameRef> static_name); in DEFINE_OPERATORS_FOR_FLAGS() 396 base::Optional<NameRef> static_name); in DEFINE_OPERATORS_FOR_FLAGS()
|
D | js-native-context-specialization.h | 104 base::Optional<NameRef> static_name,
|
D | js-native-context-specialization.cc | 1942 Node* node, Node* key, base::Optional<NameRef> static_name, Node* value, in ReducePropertyAccess() argument 1944 DCHECK_EQ(key == nullptr, static_name.has_value()); in ReducePropertyAccess() 1958 broker()->GetFeedbackForPropertyAccess(source, access_mode, static_name); in ReducePropertyAccess()
|