Searched refs:kNoEntry (Results 1 – 2 of 2) sorted by relevance
47 const int HeapEntry::kNoEntry = -1; member in v8::internal::HeapEntry189 root_index_(HeapEntry::kNoEntry), in HeapSnapshot()190 gc_roots_index_(HeapEntry::kNoEntry), in HeapSnapshot()191 natives_root_index_(HeapEntry::kNoEntry), in HeapSnapshot()204 gc_subroot_indexes_[i] = HeapEntry::kNoEntry; in HeapSnapshot()221 ASSERT(root_index_ == HeapEntry::kNoEntry); in AddRootEntry()235 ASSERT(gc_roots_index_ == HeapEntry::kNoEntry); in AddGcRootsEntry()247 ASSERT(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry); in AddGcSubrootEntry()719 if (cache_entry == NULL) return HeapEntry::kNoEntry; in Map()923 return index != HeapEntry::kNoEntry ? &snapshot_->entries()[index] : NULL; in FindEntry()[all …]
89 static const int kNoEntry; variable