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

  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 47 const int HeapEntry::kNoEntry = -1;
189 root_index_(HeapEntry::kNoEntry),
190 gc_roots_index_(HeapEntry::kNoEntry),
191 natives_root_index_(HeapEntry::kNoEntry),
204 gc_subroot_indexes_[i] = HeapEntry::kNoEntry;
221 ASSERT(root_index_ == HeapEntry::kNoEntry);
235 ASSERT(gc_roots_index_ == HeapEntry::kNoEntry);
247 ASSERT(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry);
719 if (cache_entry == NULL) return HeapEntry::kNoEntry;
923 return index != HeapEntry::kNoEntry ? &snapshot_->entries()[index] : NULL
    [all...]
heap-snapshot-generator.h 89 static const int kNoEntry;

Completed in 556 milliseconds