Lines Matching refs:Watchpoint
54 : UnaryPredicate<Watchpoint> {
61 virtual int operator()(const Watchpoint* watchpoint) const in operator ()()
63 return -Watchpoint::CompareAddressWatchpoint(&fAddress, watchpoint); in operator ()()
99 for (int32 i = 0; Watchpoint* watchpoint = fWatchpoints.ItemAt(i); i++) in ~Team()
511 Team::AddWatchpoint(Watchpoint* watchpoint) in AddWatchpoint()
513 if (fWatchpoints.BinaryInsert(watchpoint, &Watchpoint::CompareWatchpoints)) in AddWatchpoint()
522 Team::RemoveWatchpoint(Watchpoint* watchpoint) in RemoveWatchpoint()
525 &Watchpoint::CompareWatchpoints); in RemoveWatchpoint()
541 Watchpoint*
548 Watchpoint*
552 &Watchpoint::CompareAddressWatchpoint); in WatchpointAtAddress()
558 BObjectList<Watchpoint>& watchpoints) const in GetWatchpointsInAddressRange()
562 for (; Watchpoint* watchpoint = fWatchpoints.ItemAt(index); index++) { in GetWatchpointsInAddressRange()
834 Team::NotifyWatchpointChanged(Watchpoint* watchpoint) in NotifyWatchpointChanged()
1077 Watchpoint* watchpoint) in WatchpointEvent()