Searched refs:m_new_location_recorder (Results 1 – 2 of 2) sorted by relevance
30 m_new_location_recorder (NULL) in BreakpointLocationList()258 if(m_new_location_recorder) in AddLocation()260 m_new_location_recorder->Add(bp_loc_sp); in AddLocation()295 assert (m_new_location_recorder == NULL); in StartRecordingNewLocations()296 m_new_location_recorder = &new_locations; in StartRecordingNewLocations()303 m_new_location_recorder = NULL; in StopRecordingNewLocations()
264 BreakpointLocationCollection *m_new_location_recorder; variable