Searched refs:all_index (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc1711 int strong_index = 0, all_index = 0, tags_index = 0, builtin_index = 0; local
1712 while (all_index < all_references_.length()) {
1714 && strong_references_[strong_index] == all_references_[all_index];
1717 all_references_[all_index]);
1720 DCHECK(all_references_[all_index]->IsCode());
1722 Code::cast(all_references_[all_index]),
1725 ++all_index;
1727 if (reference_tags_[tags_index].index == all_index) ++tags_index;

Completed in 68 milliseconds