Home
last modified time | relevance | path

Searched refs:next_node_id_ (Results 1 – 12 of 12) 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.h84 size_t NodeCount() const { return next_node_id_; } in NON_EXPORTED_BASE()
102 NodeId next_node_id_; in NON_EXPORTED_BASE() local
/external/v8/src/profiler/
Dallocation-tracker.h63 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
67 unsigned next_node_id_;
Dprofile-generator.h284 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
306 unsigned next_node_id_; variable
Dheap-snapshot-generator.h598 next_node_id_(1), in HeapSnapshotJSONSerializer()
634 int next_node_id_; variable
Dallocation-tracker.cc74 : next_node_id_(1), in AllocationTraceTree()
Dprofile-generator.cc278 next_node_id_(1), in ProfileTree()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dhuffman_codec.h367 nodes_.back().id = next_node_id_++; in CreateNode()
383 uint32_t next_node_id_ = 1; variable
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dhuffman_codec.h367 nodes_.back().id = next_node_id_++; in CreateNode()
383 uint32_t next_node_id_ = 1; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc388 int64 next_node_id_ = 1; member in xla::__anon7102e5d00111::HloDotDumper
704 VLOG(2) << "Adding root tag as node " << next_node_id_; in DumpRootTag()
705 root_node_id_ = next_node_id_++; in DumpRootTag()
776 VLOG(2) << "Adding node " << instr->name() << " as " << next_node_id_; in DumpInstruction()
777 node_ids_[instr] = next_node_id_++; in DumpInstruction()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.h208 int64 next_node_id_ GUARDED_BY(mu_) = 0;
Dmaster_session.cc1586 return strings::StrCat(prefix, "_S", next_node_id_++); in BuildAndRegisterPartitions()