Searched refs:all_index (Results 1 – 1 of 1) sorted by relevance
1711 int strong_index = 0, all_index = 0, tags_index = 0, builtin_index = 0; in FillReferences() local1712 while (all_index < all_references_.length()) { in FillReferences()1714 && strong_references_[strong_index] == all_references_[all_index]; in FillReferences()1717 all_references_[all_index]); in FillReferences()1720 DCHECK(all_references_[all_index]->IsCode()); in FillReferences()1722 Code::cast(all_references_[all_index]), in FillReferences()1725 ++all_index; in FillReferences()1727 if (reference_tags_[tags_index].index == all_index) ++tags_index; in FillReferences()