Searched refs:gc_subroot_entries_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dprofile-generator.h647 HeapEntry* gc_subroot(int index) { return gc_subroot_entries_[index]; }
685 HeapEntry* gc_subroot_entries_[VisitorSynchronization::kNumberOfSyncTags]; member in class:v8::internal::HeapSnapshot
H A Dprofile-generator.cc1144 gc_subroot_entries_[i] = NULL;
1206 ASSERT(gc_subroot_entries_[tag] == NULL);
1208 return (gc_subroot_entries_[tag] = AddEntry(

Completed in 77 milliseconds