Home
last modified time | relevance | path

Searched refs:next_node_id_ (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dgraph.cc24 next_node_id_(0), in Graph()
71 NodeId const id = next_node_id_; in NextNodeId()
72 CHECK(!base::bits::UnsignedAddOverflow32(id, 1, &next_node_id_)); in NextNodeId()
Dgraph.h171 size_t NodeCount() const { return next_node_id_; } in NON_EXPORTED_BASE()
189 NodeId next_node_id_; in NON_EXPORTED_BASE() local
/external/v8/src/profiler/
Dallocation-tracker.h61 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
65 unsigned next_node_id_;
Dprofile-generator.h236 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
258 unsigned next_node_id_; variable
Dheap-snapshot-generator.h578 next_node_id_(1), in HeapSnapshotJSONSerializer()
617 int next_node_id_; variable
Dallocation-tracker.cc74 : next_node_id_(1), in AllocationTraceTree()
Dprofile-generator.cc296 next_node_id_(1), in ProfileTree()