Searched refs:fixups_to_recalculate (Results 1 – 2 of 2) sorted by relevance
125 std::deque<FixupId>* fixups_to_recalculate) { in AdjustFixupIfNeeded() argument135 fixups_to_recalculate->push_back(dependent_id); in AdjustFixupIfNeeded()144 std::deque<FixupId> fixups_to_recalculate; in AdjustFixups() local153 AdjustFixupIfNeeded(&fixup, ¤t_code_size, &fixups_to_recalculate); in AdjustFixups()155 while (!fixups_to_recalculate.empty()) { in AdjustFixups()158 FixupId fixup_id = fixups_to_recalculate.front(); in AdjustFixups()159 fixups_to_recalculate.pop_front(); in AdjustFixups()164 AdjustFixupIfNeeded(fixup, ¤t_code_size, &fixups_to_recalculate); in AdjustFixups()165 } while (!fixups_to_recalculate.empty()); in AdjustFixups()173 AdjustFixupIfNeeded(&fixup, ¤t_code_size, &fixups_to_recalculate); in AdjustFixups()
862 std::deque<FixupId>* fixups_to_recalculate);