Home
last modified time | relevance | path

Searched refs:updated_breakpoints (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_breakpoint.cc81 std::vector<std::pair<Breakpoint, Breakpoint>> updated_breakpoints; in VisitReflectiveTargets() local
87 updated_breakpoints.push_back({ Breakpoint { am, it.GetLocation() }, it }); in VisitReflectiveTargets()
90 for (auto it : updated_breakpoints) { in VisitReflectiveTargets()