Searched refs:strong_references_ (Results 1 – 1 of 1) sorted by relevance
1702 for (Object** p = start; p < end; p++) strong_references_.Add(*p); in VisitPointers()1709 DCHECK(strong_references_.length() <= all_references_.length()); in FillReferences()1713 bool is_strong = strong_index < strong_references_.length() in FillReferences()1714 && strong_references_[strong_index] == all_references_[all_index]; in FillReferences()1741 List<Object*> strong_references_; member in v8::internal::RootsReferencesExtractor