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

  /external/v8/src/profiler/
heap-snapshot-generator.h 163 return &entries_[gc_subroot_indexes_[index]];
193 int gc_subroot_indexes_[VisitorSynchronization::kNumberOfSyncTags]; member in class:v8::internal::HeapSnapshot
heap-snapshot-generator.cc 202 gc_subroot_indexes_[i] = HeapEntry::kNoEntry;
257 DCHECK(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry);
261 gc_subroot_indexes_[tag] = entry->index();
    [all...]

Completed in 103 milliseconds