Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h161 HeapEntry* gc_roots() { return &entries_[gc_roots_index_]; } in gc_roots()
192 int gc_roots_index_; variable
Dheap-snapshot-generator.cc189 gc_roots_index_(HeapEntry::kNoEntry), in HeapSnapshot()
245 DCHECK(gc_roots_index_ == HeapEntry::kNoEntry); in AddGcRootsEntry()
251 gc_roots_index_ = entry->index(); in AddGcRootsEntry()