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

/macosx-10.10/libauto-186/
H A DReferenceIterator.h200 static bool should_scan(Subzone *subzone, usword_t q) { return Configuration::ScanningStrategy::should_scan(subzone, q); } function in class:Auto::ReferenceIterator
201 static bool should_scan(Large *large) { return Configuration::ScanningStrategy::should_scan(large); } function in class:Auto::ReferenceIterator
223 if (!mark(subzone, q) && should_scan(subzone, q)) {
230 if (!mark(large) && should_scan(large)) {
244 if (!mark(subzone, q) && should_scan(subzone, q)) {
257 if (!mark(large) && should_scan(large)) {
274 if (!mark(subzone, q) && should_scan(subzone, q)) {
284 if (!mark(large) && should_scan(larg
541 inline static bool should_scan(Subzone *subzone, usword_t q) { return true; } function in class:Auto::ReferenceIterator::AssociationScanningStrategy
542 inline static bool should_scan(Large *large) { return true; } function in class:Auto::ReferenceIterator::AssociationScanningStrategy
679 inline static bool should_scan(Subzone *subzone, usword_t q) { function in class:Auto::FullScanningStrategy
683 inline static bool should_scan(Large *large) { function in class:Auto::FullScanningStrategy
763 inline static bool should_scan(Subzone *subzone, usword_t q) { function in class:Auto::GenerationalScanningStrategy
768 inline static bool should_scan(Large *large) { function in class:Auto::GenerationalScanningStrategy
[all...]

Completed in 125 milliseconds