Home
last modified time | relevance | path

Searched refs:kNoEntry (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.cc51 const int HeapEntry::kNoEntry = -1; member in v8::internal::HeapEntry
188 root_index_(HeapEntry::kNoEntry), in HeapSnapshot()
189 gc_roots_index_(HeapEntry::kNoEntry), in HeapSnapshot()
202 gc_subroot_indexes_[i] = HeapEntry::kNoEntry; in HeapSnapshot()
231 DCHECK(root_index_ == HeapEntry::kNoEntry); in AddRootEntry()
245 DCHECK(gc_roots_index_ == HeapEntry::kNoEntry); in AddGcRootsEntry()
257 DCHECK(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry); in AddGcSubrootEntry()
706 if (cache_entry == NULL) return HeapEntry::kNoEntry; in Map()
886 return index != HeapEntry::kNoEntry ? &snapshot_->entries()[index] : NULL; in FindEntry()
2325 DCHECK(parent_entry != HeapEntry::kNoEntry); in FillEdges()
Dheap-snapshot-generator.h97 static const int kNoEntry; variable