Home
last modified time | relevance | path

Searched defs:projections (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode-properties.cc241 void NodeProperties::CollectValueProjections(Node* node, Node** projections, in CollectValueProjections()
258 void NodeProperties::CollectControlProjections(Node* node, Node** projections, in CollectControlProjections()
Ddead-code-elimination.cc360 Node** projections = zone_->NewArray<Node*>(projection_cnt); in ReduceBranchOrSwitch() local
Dcommon-operator-reducer.cc446 Node** projections = zone_->NewArray<Node*>(projection_count); in ReduceSwitch() local
Dint64-lowering.cc392 ZoneVector<Node*> projections(return_arity, zone()); in LowerNode() local
Dwasm-compiler.cc830 std::vector<Node*> projections; in PatchInStackCheckIfNeeded() local