Searched refs:AddressHash (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | profile-generator.cc | 1369 HashMap::Entry* entry = entries_map_.Lookup(from, AddressHash(from), false); in MoveObject() 1372 entries_map_.Remove(from, AddressHash(from)); in MoveObject() 1373 entry = entries_map_.Lookup(to, AddressHash(to), true); in MoveObject() 1382 HashMap::Entry* entry = entries_map_.Lookup(addr, AddressHash(addr), true); in AddEntry() 1390 HashMap::Entry* entry = entries_map_.Lookup(addr, AddressHash(addr), false); in FindEntry() 1422 raw_entry, AddressHash(reinterpret_cast<Address>(raw_entry))); in RemoveDeadEntries()
|
D | profile-generator.h | 736 static uint32_t AddressHash(Address addr) { in AddressHash() function
|