Searched refs:AddressHash (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dprofile-generator.cc1338 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)));
H A Dprofile-generator.h734 static uint32_t AddressHash(Address addr) { function in class:v8::internal::HeapObjectsMap

Completed in 204 milliseconds