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

  /external/v8/src/
heap-snapshot-generator.h 238 struct EntryInfo {
239 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size)
241 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed)
257 List<EntryInfo> entries_;
heap-snapshot-generator.cc 380 entries_.Add(EntryInfo(0, NULL, 0));
404 // Without this operation we will have two EntryInfo's with the same
442 EntryInfo& entry_info = entries_.at(entry_index);
457 EntryInfo& entry_info = entries_.at(entry_index);
471 entries_.Add(EntryInfo(id, addr, size, accessed));
573 EntryInfo& entry_info = entries_.at(entry_index);
626 EntryInfo* entry_info = &entries_.first();
627 EntryInfo* end_entry_info = &entries_.last() + 1;
634 EntryInfo* start_entry_info = entry_info;
672 EntryInfo& entry_info = entries_.at(i)
    [all...]

Completed in 61 milliseconds