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.h163 return &entries_[gc_subroot_indexes_[index]]; in gc_subroot()
193 int gc_subroot_indexes_[VisitorSynchronization::kNumberOfSyncTags]; variable
Dheap-snapshot-generator.cc202 gc_subroot_indexes_[i] = HeapEntry::kNoEntry; in HeapSnapshot()
257 DCHECK(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry); in AddGcSubrootEntry()
261 gc_subroot_indexes_[tag] = entry->index(); in AddGcSubrootEntry()