Searched refs:gc_roots_index_ (Results 1 – 2 of 2) sorted by relevance
179 HeapEntry* gc_roots() { return &entries_[gc_roots_index_]; } in gc_roots()212 int gc_roots_index_; variable
183 gc_roots_index_(HeapEntry::kNoEntry), in HeapSnapshot()234 DCHECK_EQ(gc_roots_index_, HeapEntry::kNoEntry); in AddGcRootsEntry()240 gc_roots_index_ = entry->index(); in AddGcRootsEntry()