Lines Matching refs:m_locations
26 m_locations(), in BreakpointLocationList()
45 m_locations.push_back (bp_loc_sp); in Create()
85 if (idx <= m_locations.size()) in FindByID()
87 bp_loc_sp = m_locations[idx]; in FindByID()
98 collection::iterator pos, end = m_locations.end(); in FindInModule()
100 for (pos = m_locations.begin(); pos != end; ++pos) in FindInModule()
117 if (!m_locations.empty()) in FindByAddress()
150 …tf("BreakpointLocationList with %" PRIu64 " BreakpointLocations:\n", (uint64_t)m_locations.size()); in Dump()
152 collection::const_iterator pos, end = m_locations.end(); in Dump()
153 for (pos = m_locations.begin(); pos != end; ++pos) in Dump()
164 if (i < m_locations.size()) in GetByIndex()
165 bp_loc_sp = m_locations[i]; in GetByIndex()
175 if (i < m_locations.size()) in GetByIndex()
176 bp_loc_sp = m_locations[i]; in GetByIndex()
185 collection::iterator pos, end = m_locations.end(); in ClearAllBreakpointSites()
186 for (pos = m_locations.begin(); pos != end; ++pos) in ClearAllBreakpointSites()
194 collection::iterator pos, end = m_locations.end(); in ResolveAllBreakpointSites()
196 for (pos = m_locations.begin(); pos != end; ++pos) in ResolveAllBreakpointSites()
208 collection::const_iterator pos, end = m_locations.end(); in GetHitCount()
209 for (pos = m_locations.begin(); pos != end; ++pos) in GetHitCount()
219 collection::const_iterator pos, end = m_locations.end(); in GetNumResolvedLocations()
220 for (pos = m_locations.begin(); pos != end; ++pos) in GetNumResolvedLocations()
232 collection::iterator pos, end = m_locations.end(); in GetDescription()
234 for (pos = m_locations.begin(); pos != end; ++pos) in GetDescription()
276 collection::iterator pos, end = m_locations.end(); in RemoveLocation()
277 for (pos = m_locations.begin(); pos != end; ++pos) in RemoveLocation()
281 m_locations.erase (pos); in RemoveLocation()