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

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

Completed in 775 milliseconds