Home
last modified time | relevance | path

Searched refs:NextNodeId (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dgraph.cc56 Node::New(zone(), NextNodeId(), op, input_count, inputs, incomplete); in NewNodeUnchecked()
64 Node* const clone = Node::Clone(zone(), NextNodeId(), node); in CloneNode()
70 NodeId Graph::NextNodeId() { in NextNodeId() function in v8::internal::compiler::Graph
Dgraph.h96 inline NodeId NextNodeId(); in NON_EXPORTED_BASE()