Searched defs:kNoEntry (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc47 const int HeapEntry::kNoEntry = -1; member in class:v8::internal::HeapEntry
189 root_index_(HeapEntry::kNoEntry),
190 gc_roots_index_(HeapEntry::kNoEntry),
203 gc_subroot_indexes_[i] = HeapEntry::kNoEntry;
232 DCHECK(root_index_ == HeapEntry::kNoEntry);
246 DCHECK(gc_roots_index_ == HeapEntry::kNoEntry);
258 DCHECK(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry);
726 if (cache_entry == NULL) return HeapEntry::kNoEntry;
907 return index != HeapEntry::kNoEntry ? &snapshot_->entries()[index] : NULL;
2378 DCHECK(parent_entry != HeapEntry::kNoEntry);
[all...]
H A Dheap-snapshot-generator.h89 static const int kNoEntry; member in class:v8::internal::BASE_EMBEDDED

Completed in 120 milliseconds