Searched refs:fWatchpoint (Results 1 – 4 of 4) sorted by relevance
35 Watchpoint* GetWatchpoint() const { return fWatchpoint; } in GetWatchpoint()39 Watchpoint* fWatchpoint; variable
38 fWatchpoint(watchpoint) in BreakpointProxy()43 if (fWatchpoint != NULL) in BreakpointProxy()44 fWatchpoint->AcquireReference(); in BreakpointProxy()53 if (fWatchpoint != NULL) in ~BreakpointProxy()54 fWatchpoint->ReleaseReference(); in ~BreakpointProxy()
478 Watchpoint* GetWatchpoint() const { return fWatchpoint; } in GetWatchpoint()481 Watchpoint* fWatchpoint;
1080 fWatchpoint(watchpoint) in WatchpointEvent()