Home
last modified time | relevance | path

Searched refs:CollectProjections (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dnode.cc20 void Node::CollectProjections(NodeVector* projections) { in CollectProjections() function in v8::internal::compiler::Node
Dnode.h60 void CollectProjections(ZoneVector<Node*>* projections);
Dinstruction-selector.cc266 call->CollectProjections(&buffer->output_nodes); in InitializeCallBuffer()