Searched refs:CollectProjections (Results 1 – 3 of 3) sorted by relevance
20 void Node::CollectProjections(NodeVector* projections) { in CollectProjections() function in v8::internal::compiler::Node
60 void CollectProjections(ZoneVector<Node*>* projections);
266 call->CollectProjections(&buffer->output_nodes); in InitializeCallBuffer()