Searched refs:PtrHashSet (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DZoneDump.cpp117 PtrHashSet::iterator i = _roots.begin();
185 for (PtrHashSet::iterator i = _roots.begin(), end = _roots.end(); i != end; i++) {
H A DThreadLocalCollector.h56 PtrHashSet *_zombies;
H A DZone.h136 PtrHashSet _roots; // hash set of registered roots (globals)
140 PtrHashSet _zombies; // hash set of zombies
422 inline PtrHashSet &roots() { return _roots; }
880 PtrHashSet::iterator iter = _roots.find(root);
894 PtrHashSet::iterator iter = _roots.find(address);
939 PtrHashSet &_roots;
940 RootRemover(PtrHashSet &roots) : _roots(roots) {}
942 PtrHashSet::iterator iter = _roots.find(address);
1064 PtrHashSet::iterator iter = _zombies.find(address);
H A DBlockIterator.h280 PtrHashSet &roots(zone->roots());
281 for (PtrHashSet::const_iterator i = roots.begin(), end = roots.end(); i != end; ++i) {
H A DThreadLocalCollector.cpp572 _zombies = new PtrHashSet();
581 PtrHashSet::iterator iter = _zombies->find(block);
H A DDefinitions.h795 typedef __gnu_cxx::hash_set<void *, AuxPointerHash, AuxPointerEqual, AuxAllocator<void *> > PtrHashSet; typedef in namespace:Auto

Completed in 135 milliseconds