Searched refs:gc_subroot_indexes_ (Results 1 – 2 of 2) sorted by relevance
181 return &entries_[gc_subroot_indexes_[static_cast<int>(root)]]; in gc_subroot()213 int gc_subroot_indexes_[static_cast<int>(Root::kNumberOfRoots)]; variable
192 gc_subroot_indexes_[i] = HeapEntry::kNoEntry; in HeapSnapshot()245 DCHECK_EQ(gc_subroot_indexes_[static_cast<int>(root)], HeapEntry::kNoEntry); in AddGcSubrootEntry()248 gc_subroot_indexes_[static_cast<int>(root)] = entry->index(); in AddGcSubrootEntry()