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 68 const int HeapEntry::kNoEntry = -1;
211 root_index_(HeapEntry::kNoEntry),
212 gc_roots_index_(HeapEntry::kNoEntry),
213 natives_root_index_(HeapEntry::kNoEntry),
222 gc_subroot_indexes_[i] = HeapEntry::kNoEntry;
239 ASSERT(root_index_ == HeapEntry::kNoEntry);
252 ASSERT(gc_roots_index_ == HeapEntry::kNoEntry);
263 ASSERT(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry);
732 if (cache_entry == NULL) return HeapEntry::kNoEntry;
    [all...]
heap-snapshot-generator.h 109 static const int kNoEntry;

Completed in 26 milliseconds