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 24 next_node_id_(0),
71 NodeId const id = next_node_id_;
72 CHECK(!base::bits::UnsignedAddOverflow32(id, 1, &next_node_id_));
graph.h 171 size_t NodeCount() const { return next_node_id_; }
189 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 236 unsigned next_node_id() { return next_node_id_++; }
258 unsigned next_node_id_; member in class:v8::internal::ProfileTree
heap-snapshot-generator.h 578 next_node_id_(1),
617 int next_node_id_; member in class:v8::internal::HeapSnapshotJSONSerializer
allocation-tracker.cc 74 : next_node_id_(1),
profile-generator.cc 296 next_node_id_(1),

Completed in 146 milliseconds