Searched refs:all_index (Results 1 – 1 of 1) sorted by relevance
1710 int strong_index = 0, all_index = 0, tags_index = 0, builtin_index = 0; in FillReferences() local1711 while (all_index < all_references_.length()) { in FillReferences()1713 && strong_references_[strong_index] == all_references_[all_index]; in FillReferences()1716 all_references_[all_index]); in FillReferences()1719 DCHECK(all_references_[all_index]->IsCode()); in FillReferences()1721 Code::cast(all_references_[all_index]), in FillReferences()1724 ++all_index; in FillReferences()1726 if (reference_tags_[tags_index].index == all_index) ++tags_index; in FillReferences()