Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap-snapshot-generator.h159 return &entries_[gc_subroot_indexes_[index]]; in gc_subroot()
192 int gc_subroot_indexes_[VisitorSynchronization::kNumberOfSyncTags]; variable
Dheap-snapshot-generator.cc204 gc_subroot_indexes_[i] = HeapEntry::kNoEntry; in HeapSnapshot()
247 ASSERT(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry); in AddGcSubrootEntry()
255 gc_subroot_indexes_[tag] = entry->index(); in AddGcSubrootEntry()