Searched refs:_hashes (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libauto-186/
H A DZone.cpp872 PtrSizeHashMap::iterator i = _hashes.find(block);
873 if (i != _hashes.end()) return i->second;
882 PtrSizeHashMap::iterator i = _hashes.find(block);
883 if (i != _hashes.end()) return i->second;
884 return (_hashes[block] = random());
900 PtrSizeHashMap::iterator h = _hashes.find(block);
901 if (h != _hashes.end()) {
902 _hashes.erase(h);
H A DZoneCompaction.cpp924 PtrSizeHashMap::iterator h = _hashes.find(block);
925 if (h != _hashes.end()) {
928 _hashes.erase(h);
929 _hashes[forwarded_block] = hashValue;
H A DZone.h155 PtrSizeHashMap _hashes; // associative hash codes. member in class:Auto::Zone
156 pthread_rwlock_t _associations_lock; // protects _associations & _hashes

Completed in 192 milliseconds