Lines Matching refs:set
331 // multiple isolates set/remove breakpoints at the same time.
337 // Get the set of previously set breakpoints, to check later whether a new
347 // The breakpoint is already set for this isolate.
358 // If the breakpoint was already set before, then we can just reuse the old
376 std::set<int> breakpoints;
457 // multiple isolates set/remove breakpoints at the same time.
474 // If the breakpoint is still set in another isolate, don't remove it.
673 // After installing a Liftoff code object with a different set of breakpoints,
733 // Keeps track of the currently set breakpoints (by offset within that
1036 breakpoint_infos->set(i, entry);
1130 new_breakpoint_infos->set(i, breakpoint_infos->get(i));
1137 new_breakpoint_infos->set(i + 1, entry);
1146 new_breakpoint_infos->set(insert_pos, *breakpoint_info);
1168 // We set strict to false because offsets may be between functions.
1267 break_points_hit->set(0, *break_points);
1278 break_points_hit->set(break_points_hit_count++, *break_point);