EntryInfo        1296 src/profile-generator.cc   entries_.Add(EntryInfo(0, NULL, 0));
EntryInfo        1332 src/profile-generator.cc   EntryInfo& entry_info = entries_.at(entry_index);
EntryInfo        1345 src/profile-generator.cc     EntryInfo& entry_info = entries_.at(entry_index);
EntryInfo        1353 src/profile-generator.cc   entries_.Add(EntryInfo(id, addr, size));
EntryInfo        1382 src/profile-generator.cc   EntryInfo* entry_info = &entries_.first();
EntryInfo        1383 src/profile-generator.cc   EntryInfo* end_entry_info = &entries_.last() + 1;
EntryInfo        1390 src/profile-generator.cc     EntryInfo* start_entry_info = entry_info;
EntryInfo        1428 src/profile-generator.cc     EntryInfo& entry_info = entries_.at(i);
EntryInfo         668 src/profile-generator.h   EntryInfo(SnapshotObjectId id, Address addr, unsigned int size)
EntryInfo         670 src/profile-generator.h   EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed)
EntryInfo         699 src/profile-generator.h   List<EntryInfo> entries_;