Home | History | Annotate | Download | only in src

Lines Matching refs:AddressHash

1338   HashMap::Entry* entry = entries_map_.Lookup(from, AddressHash(from), false);
1341 entries_map_.Remove(from, AddressHash(from));
1343 entry = entries_map_.Lookup(to, AddressHash(to), true);
1353 HashMap::Entry* entry = entries_map_.Lookup(addr, AddressHash(addr), true);
1361 HashMap::Entry* entry = entries_map_.Lookup(addr, AddressHash(addr), false);
1393 raw_entry, AddressHash(reinterpret_cast<Address>(raw_entry)));