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.h179 HeapEntry* gc_roots() { return &entries_[gc_roots_index_]; } in gc_roots()
212 int gc_roots_index_; variable
Dheap-snapshot-generator.cc183 gc_roots_index_(HeapEntry::kNoEntry), in HeapSnapshot()
234 DCHECK_EQ(gc_roots_index_, HeapEntry::kNoEntry); in AddGcRootsEntry()
240 gc_roots_index_ = entry->index(); in AddGcRootsEntry()