HomeSort by relevance Sort by last modified time
    Searched refs:gc_roots_index_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
heap-snapshot-generator.h 161 HeapEntry* gc_roots() { return &entries_[gc_roots_index_]; }
192 int gc_roots_index_; member in class:v8::internal::HeapSnapshot
heap-snapshot-generator.cc 189 gc_roots_index_(HeapEntry::kNoEntry),
245 DCHECK(gc_roots_index_ == HeapEntry::kNoEntry);
251 gc_roots_index_ = entry->index();
    [all...]

Completed in 63 milliseconds