Lines Matching refs:m_owners
30 m_owners(), m_owners_mutex() { in BreakpointSite()
31 m_owners.Add(owner); in BreakpointSite()
36 const size_t owner_count = m_owners.GetSize(); in ~BreakpointSite()
38 m_owners.GetByIndex(i)->ClearBreakpointSite(); in ~BreakpointSite()
59 owners_copy = m_owners; in ShouldStop()
66 const size_t owner_count = m_owners.GetSize(); in IsBreakpointAtThisSite()
68 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
89 m_owners.GetDescription(s, level); in GetDescription()
92 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } in IsInternal()
127 m_owners.Add(owner); in AddOwner()
133 m_owners.Remove(break_id, break_loc_id); in RemoveOwner()
134 return m_owners.GetSize(); in RemoveOwner()
139 return m_owners.GetSize(); in GetNumberOfOwners()
144 return m_owners.GetByIndex(index); in GetOwnerAtIndex()
149 return m_owners.ValidForThisThread(thread); in ValidForThisThread()
154 for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) { in BumpHitCounts()
204 for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) { in CopyOwnersList()