entries_map_     1309 src/profile-generator.cc   void* from_value = entries_map_.Remove(from, AddressHash(from));
entries_map_     1314 src/profile-generator.cc   HashMap::Entry* to_entry = entries_map_.Lookup(to, AddressHash(to), true);
entries_map_     1329 src/profile-generator.cc   HashMap::Entry* entry = entries_map_.Lookup(addr, AddressHash(addr), false);
entries_map_     1333 src/profile-generator.cc   ASSERT(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy());
entries_map_     1340 src/profile-generator.cc   ASSERT(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy());
entries_map_     1341 src/profile-generator.cc   HashMap::Entry* entry = entries_map_.Lookup(addr, AddressHash(addr), true);
entries_map_     1354 src/profile-generator.cc   ASSERT(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy());
entries_map_     1434 src/profile-generator.cc       HashMap::Entry* entry = entries_map_.Lookup(
entries_map_     1441 src/profile-generator.cc         entries_map_.Remove(entry_info.addr, AddressHash(entry_info.addr));
entries_map_     1447 src/profile-generator.cc          entries_map_.occupancy());
entries_map_     1468 src/profile-generator.cc       sizeof(HashMap::Entry) * entries_map_.capacity() +
entries_map_      698 src/profile-generator.h   HashMap entries_map_;