Home
last modified time | relevance | path

Searched defs:if_exceptions (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc1144 ZoneVector<Node*>* if_exceptions = nullptr; in ReduceNamedAccess() local
2147 Node** control, ZoneVector<Node*>* if_exceptions, in InlinePropertyGetterCall()
2195 Node** effect, Node** control, ZoneVector<Node*>* if_exceptions, in InlinePropertySetterCall()
2279 ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info) { in BuildPropertyLoad()
2352 ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info, in BuildPropertyAccess()
2376 Node* control, NameRef const& name, ZoneVector<Node*>* if_exceptions, in BuildPropertyStore()
Djs-inlining-heuristic.cc737 Node* if_exceptions[kMaxCallPolymorphism + 1]; in InlineCandidate() local