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

  /external/v8/src/profiler/
heap-snapshot-generator.cc 51 const int HeapEntry::kNoEntry = -1;
188 root_index_(HeapEntry::kNoEntry),
189 gc_roots_index_(HeapEntry::kNoEntry),
202 gc_subroot_indexes_[i] = HeapEntry::kNoEntry;
231 DCHECK(root_index_ == HeapEntry::kNoEntry);
245 DCHECK(gc_roots_index_ == HeapEntry::kNoEntry);
257 DCHECK(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry);
706 if (cache_entry == NULL) return HeapEntry::kNoEntry;
886 return index != HeapEntry::kNoEntry ? &snapshot_->entries()[index] : NULL;
    [all...]
heap-snapshot-generator.h 97 static const int kNoEntry;

Completed in 154 milliseconds