HomeSort by relevance Sort by last modified time
    Searched refs:NextNodeId (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
graph.cc 57 Node::New(zone(), NextNodeId(), op, input_count, inputs, incomplete);
65 Node* const clone = Node::Clone(zone(), NextNodeId(), node);
71 NodeId Graph::NextNodeId() {
graph.h 106 inline NodeId NextNodeId();

Completed in 50 milliseconds