Home
last modified time | relevance | path

Searched refs:children_end (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h41 : snapshot_->entries()[index_ - 1].children_end(); in children_begin()
44 std::vector<HeapGraphEdge*>::iterator HeapEntry::children_end() const { in children_end() function
50 return static_cast<int>(children_end() - children_begin()); in children_count()
Dheap-snapshot-generator.h159 V8_INLINE std::vector<HeapGraphEdge*>::iterator children_end() const;
Dheap-snapshot-generator.cc127 for (auto i = children_begin(); i != children_end(); ++i) { in Print()