Searched refs:updated_breakpoints (Results 1 – 1 of 1) sorted by relevance
81 std::vector<std::pair<Breakpoint, Breakpoint>> updated_breakpoints; in VisitReflectiveTargets() local87 updated_breakpoints.push_back({ Breakpoint { am, it.GetLocation() }, it }); in VisitReflectiveTargets()90 for (auto it : updated_breakpoints) { in VisitReflectiveTargets()