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

  /external/chromium_org/v8/src/
heap-snapshot-generator.h 159 return &entries_[gc_subroot_indexes_[index]];
192 int gc_subroot_indexes_[VisitorSynchronization::kNumberOfSyncTags]; member in class:v8::internal::HeapSnapshot
heap-snapshot-generator.cc 204 gc_subroot_indexes_[i] = HeapEntry::kNoEntry;
247 ASSERT(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry);
255 gc_subroot_indexes_[tag] = entry->index();
    [all...]

Completed in 7076 milliseconds