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.h159 HeapEntry* gc_roots() { return &entries_[gc_roots_index_]; } in gc_roots()
190 int gc_roots_index_; variable
Dheap-snapshot-generator.cc185 gc_roots_index_(HeapEntry::kNoEntry), in HeapSnapshot()
241 DCHECK(gc_roots_index_ == HeapEntry::kNoEntry); in AddGcRootsEntry()
247 gc_roots_index_ = entry->index(); in AddGcRootsEntry()