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

  /external/v8/src/compiler/
graph.cc 23 next_node_id_(0),
70 NodeId const id = next_node_id_;
71 CHECK(!base::bits::UnsignedAddOverflow32(id, 1, &next_node_id_));
graph.h 116 size_t NodeCount() const { return next_node_id_; }
131 NodeId next_node_id_; member in class:v8::internal::compiler::final
  /external/v8/src/profiler/
allocation-tracker.h 61 unsigned next_node_id() { return next_node_id_++; }
65 unsigned next_node_id_; member in class:v8::internal::AllocationTraceTree
profile-generator.h 244 unsigned next_node_id() { return next_node_id_++; }
258 unsigned next_node_id_; member in class:v8::internal::ProfileTree
heap-snapshot-generator.h 574 next_node_id_(1),
613 int next_node_id_; member in class:v8::internal::HeapSnapshotJSONSerializer
allocation-tracker.cc 74 : next_node_id_(1),
profile-generator.cc 309 next_node_id_(1),

Completed in 455 milliseconds