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

/external/chromium_org/v8/src/compiler/
H A Dgeneric-graph.h19 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/chromium_org/extensions/shell/browser/
H A Dshell_audio_controller_chromeos_unittest.cc23 ShellAudioControllerTest() : next_node_id_(1) {
54 node.id = next_node_id_++;
76 uint64 next_node_id_; member in class:extensions::ShellAudioControllerTest
/external/chromium_org/v8/src/
H A Dallocation-tracker.h52 unsigned next_node_id() { return next_node_id_++; }
56 unsigned next_node_id_; member in class:v8::internal::AllocationTraceTree
H A Dprofile-generator.h155 unsigned next_node_id() { return next_node_id_++; }
166 unsigned next_node_id_; member in class:v8::internal::ProfileTree
H A Dheap-snapshot-generator.h563 next_node_id_(1),
601 int next_node_id_; member in class:v8::internal::HeapSnapshotJSONSerializer
H A Dallocation-tracker.cc74 : next_node_id_(1),
H A Dprofile-generator.cc234 next_node_id_(1),
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.h249 int64 next_node_id() const { return next_node_id_; }
371 void set_next_node_id(int64 id) { next_node_id_ = id; }
392 int64 next_node_id_; member in class:BookmarkModel
H A Dbookmark_model.cc106 next_node_id_(1),
763 next_node_id_ = details->max_id();
995 return next_node_id_++;
1012 next_node_id_));

Completed in 2259 milliseconds