Searched refs:m_new_location_recorder (Results 1 – 2 of 2) sorted by relevance
23 : m_owner(owner), m_next_id(0), m_new_location_recorder(nullptr) {} in BreakpointLocationList()221 if (m_new_location_recorder) { in AddLocation()222 m_new_location_recorder->Add(bp_loc_sp); in AddLocation()299 assert(m_new_location_recorder == nullptr); in StartRecordingNewLocations()300 m_new_location_recorder = &new_locations; in StartRecordingNewLocations()305 m_new_location_recorder = nullptr; in StopRecordingNewLocations()
204 BreakpointLocationCollection *m_new_location_recorder; variable