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

/macosx-10.9.5/libauto-185.5/
H A DZoneCompaction.cpp166 // Used by fixup_phase below, which needs no actual pending stack.
703 #pragma mark class fixup_phase
705 struct fixup_phase { struct in namespace:Auto
724 typedef fixup_phase ReferenceVisitor;
732 fixup_phase(Zone *zone) : _scanner(zone, *this, _stack, (void *)auto_get_sp()) {} function in struct:Auto::fixup_phase
1052 fixup_phase fixer(this);
1055 __block fixup_phase &fixer_ref = fixer;

Completed in 64 milliseconds