Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h181 return &entries_[gc_subroot_indexes_[static_cast<int>(root)]]; in gc_subroot()
213 int gc_subroot_indexes_[static_cast<int>(Root::kNumberOfRoots)]; variable
Dheap-snapshot-generator.cc192 gc_subroot_indexes_[i] = HeapEntry::kNoEntry; in HeapSnapshot()
245 DCHECK_EQ(gc_subroot_indexes_[static_cast<int>(root)], HeapEntry::kNoEntry); in AddGcSubrootEntry()
248 gc_subroot_indexes_[static_cast<int>(root)] = entry->index(); in AddGcSubrootEntry()