Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap-snapshot-generator-inl.h30 children_index_ = index; in set_children_index()
38 ASSERT(children_index_ >= 0); in children_arr()
39 SLOW_ASSERT(children_index_ < snapshot_->children().length() || in children_arr()
40 (children_index_ == snapshot_->children().length() && in children_arr()
42 return &snapshot_->children().first() + children_index_; in children_arr()
Dheap-snapshot-generator.h129 int children_index_; variable
Dheap-snapshot-generator.cc57 children_index_(-1), in HeapEntry()