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

  /external/v8/src/compiler/
generic-graph.h 19 explicit GenericGraphBase(Zone* zone) : zone_(zone), next_node_id_(0) {}
23 NodeId NextNodeID() { return next_node_id_++; }
24 NodeId NodeCount() const { return next_node_id_; }
28 NodeId next_node_id_; member in class:v8::internal::compiler::GenericGraphBase
  /external/v8/src/
allocation-tracker.h 52 unsigned next_node_id() { return next_node_id_++; }
56 unsigned next_node_id_; member in class:v8::internal::AllocationTraceTree
profile-generator.h 155 unsigned next_node_id() { return next_node_id_++; }
166 unsigned next_node_id_; member in class:v8::internal::ProfileTree
heap-snapshot-generator.h 563 next_node_id_(1),
601 int next_node_id_; member in class:v8::internal::HeapSnapshotJSONSerializer
allocation-tracker.cc 74 : next_node_id_(1),
profile-generator.cc 234 next_node_id_(1),

Completed in 173 milliseconds