Home
last modified time | relevance | path

Searched refs:strong_index (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.cc1711 int strong_index = 0, all_index = 0, tags_index = 0, builtin_index = 0; in FillReferences() local
1713 bool is_strong = strong_index < strong_references_.length() in FillReferences()
1714 && strong_references_[strong_index] == all_references_[all_index]; in FillReferences()
1726 if (is_strong) ++strong_index; in FillReferences()