Searched refs:PendingStack (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libauto-186/
H A DZoneCollectors.cpp145 typedef BitmapPendingStack<PartialReferenceIterator> PendingStack; typedef in struct:Auto::PartialCollectionVisitor::Configuration
154 Configuration::PendingStack stack;
169 typedef BitmapPendingStack<FullReferenceIterator> PendingStack; typedef in struct:Auto::FullCollectionVisitor::Configuration
177 Configuration::PendingStack stack;
H A DReferenceIterator.h119 // typedef MyPendingStack PendingStack;
139 // The PendingStack type should be a template type for use with any of a family of ReferenceIterators. Therefore, it
158 typedef typename Configuration::PendingStack PendingStack; typedef in class:Auto::ReferenceIterator
161 PendingStack &_pending_stack; // stack for deferred scanning.
180 ReferenceIterator(Zone *zone, ReferenceVisitor &visitor, PendingStack &stack, void *stack_bottom,
532 typedef typename PendingStack::template rebind<AssociationReferenceIterator>::other PendingStack; typedef in struct:Auto::ReferenceIterator::AssociationScanningConfiguration
575 typename AssociationScanningConfiguration::PendingStack pendingStack;
618 PendingStack _stac
[all...]
H A Dauto_gdb_interface.cpp101 typedef GDBPendingStack<GDBReferenceIterator> PendingStack; typedef in struct:Auto::GDBReferenceRecorder::Configuration
157 Configuration::PendingStack stack;
177 typedef GDBPendingStack<GDBRootIterator> PendingStack; typedef in struct:Auto::GDBRootFinder::Configuration
381 Configuration::PendingStack stack;
556 typedef GDBPendingStack<Iterator> PendingStack; typedef in struct:RetainedBlocksVisitor::Configuration
583 RetainedBlocksVisitor::Configuration::PendingStack pending_stack;
596 typedef GDBPendingStack<Iterator> PendingStack; typedef in struct:NewBlocksVisitor::Configuration
622 NewBlocksVisitor::Configuration::PendingStack pending_stack;
H A DZoneCompaction.cpp199 typedef ZonePendingStack<CompactingReferenceIterator> PendingStack; typedef in struct:Auto::CompactionClassifier::Configuration
394 Configuration::PendingStack stack;
725 typedef EmptyPendingStack<FixupReferenceIterator> PendingStack; typedef in struct:Auto::fixup_phase::Configuration
728 Configuration::PendingStack _stack;

Completed in 107 milliseconds