Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h38 children_index_ = index; in set_children_index()
51 DCHECK_GE(children_index_, 0); in children_begin()
53 children_index_ < static_cast<int>(snapshot_->children().size()) || in children_begin()
54 (children_index_ == static_cast<int>(snapshot_->children().size()) && in children_begin()
56 return snapshot_->children().begin() + children_index_; in children_begin()
Dheap-snapshot-generator.h157 int children_index_; variable
Dheap-snapshot-generator.cc72 children_index_(-1), in HeapEntry()