Home
last modified time | relevance | path

Searched refs:next_node_id_ (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-labeller.h20 if (node_ids_.emplace(node, next_node_id_).second) { in RegisterNode()
21 next_node_id_++; in RegisterNode()
26 if (node_ids_.emplace(block->control_node(), next_node_id_).second) { in RegisterBasicBlock()
27 next_node_id_++; in RegisterBasicBlock()
34 int max_node_id() const { return next_node_id_ - 1; } in max_node_id()
58 int next_node_id_ = 1; member in v8::internal::maglev::MaglevGraphLabeller
/third_party/node/deps/v8/src/compiler/
H A Dgraph.cc24 next_node_id_(0), in Graph()
77 DCHECK_LT(next_node_id_, std::numeric_limits<NodeId>::max()); in NextNodeId()
78 return next_node_id_++; in NextNodeId()
H A Dgraph.h90 size_t NodeCount() const { return next_node_id_; } in NodeCount()
108 NodeId next_node_id_; member in v8::internal::compiler::final
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.h67 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
71 unsigned next_node_id_; member in v8::internal::AllocationTraceTree
H A Dprofile-generator.h376 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
396 unsigned next_node_id_; member in v8::internal::ProfileTree
H A Dallocation-tracker.cc74 : next_node_id_(1), in AllocationTraceTree()
H A Dheap-snapshot-generator.h656 next_node_id_(1), in HeapSnapshotJSONSerializer()
695 int next_node_id_; member in v8::internal::HeapSnapshotJSONSerializer
H A Dprofile-generator.cc467 : next_node_id_(1), in ProfileTree()

Completed in 8 milliseconds