Searched defs:should_mark (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/libauto-186/
H A DReferenceIterator.h203 static bool should_mark(Subzone *subzone, usword_t q) { return Configuration::ScanningStrategy::should_mark(subzone, q); } function in class:Auto::ReferenceIterator
204 static bool should_mark(Large *large) { return Configuration::ScanningStrategy::should_mark(large); } function in class:Auto::ReferenceIterator
539 inline static bool should_mark(Subzone *subzone, usword_t q) { return Configuration::OriginalScanningStrategy::should_mark(subzone, q); } function in class:Auto::ReferenceIterator::AssociationScanningStrategy
540 inline static bool should_mark(Large *large) { return Configuration::OriginalScanningStrategy::should_mark(larg function in class:Auto::ReferenceIterator::AssociationScanningStrategy
676 inline static bool should_mark(Subzone *subzone, usword_t q) { return false; } function in class:Auto::FullScanningStrategy
677 inline static bool should_mark(Large *large) { return false; }; function in class:Auto::FullScanningStrategy
760 inline static bool should_mark(Subzone *subzone, usword_t q) { return !subzone->is_new(q); } function in class:Auto::GenerationalScanningStrategy
761 inline static bool should_mark(Large *large) { return !large->is_new(); }; function in class:Auto::GenerationalScanningStrategy
[all...]

Completed in 83 milliseconds