HomeSort by relevance Sort by last modified time
    Searched refs:gc_subroot_indexes_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
heap-snapshot-generator.h 158 return &entries_[gc_subroot_indexes_[index]];
191 int gc_subroot_indexes_[VisitorSynchronization::kNumberOfSyncTags]; member in class:v8::internal::HeapSnapshot
heap-snapshot-generator.cc 203 gc_subroot_indexes_[i] = HeapEntry::kNoEntry;
258 DCHECK(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry);
262 gc_subroot_indexes_[tag] = entry->index();
    [all...]

Completed in 102 milliseconds