Lines Matching defs:loc_sp
563 BreakpointLocationSP loc_sp
565 if (loc_sp->IsEnabled()) {
572 BreakpointLocationSP loc_sp = bp_sp->FindLocationByID(loc_id);
573 if (loc_sp->IsEnabled())
627 BreakpointLocationSP loc_sp = bp_sp->GetLocationAtIndex(loc_idx);
629 if (!with_locs.Contains(tmp_id) && loc_sp->IsEnabled()) {
631 loc_sp->SetEnabled(false);
681 BreakpointLocationSP loc_sp
683 if (loc_sp)
684 loc_sp->SetEnabled(true);