Home
last modified time | relevance | path

Searched refs:static_name (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_apitemp.py65 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]
DglX_XML.py528 return self.static_name(name)
Dgl_XML.py830 def static_name(self, name): member in gl_function
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc480 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()
Djs-heap-broker.h220 base::Optional<NameRef> static_name); in DEFINE_OPERATORS_FOR_FLAGS()
396 base::Optional<NameRef> static_name); in DEFINE_OPERATORS_FOR_FLAGS()
Djs-native-context-specialization.h104 base::Optional<NameRef> static_name,
Djs-native-context-specialization.cc1942 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()