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

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h156 HeapEntry* gc_roots() { return &entries_[gc_roots_index_]; }
190 int gc_roots_index_; member in class:v8::internal::HeapSnapshot
H A Dheap-snapshot-generator.cc190 gc_roots_index_(HeapEntry::kNoEntry),
246 DCHECK(gc_roots_index_ == HeapEntry::kNoEntry);
252 gc_roots_index_ = entry->index();

Completed in 634 milliseconds