Searched refs:IsWatchpoint (Results 1 – 7 of 7) sorted by relevance
97 bool IsWatchpoint() const { return m_is_watchpoint == 1; } in IsWatchpoint() function
720 (DNBBreakpoint::IsWatchpoint()): New accessor.
284 bool IsWatchpoint(uint32_t code);
1743 if (IsWatchpoint(code)) { in SoftwareInterrupt()1758 bool Simulator::IsWatchpoint(uint32_t code) { in IsWatchpoint() function in v8::internal::Simulator
336 bool IsWatchpoint(uint64_t code);
1808 if (IsWatchpoint(code)) { in SoftwareInterrupt()1823 bool Simulator::IsWatchpoint(uint64_t code) { in IsWatchpoint() function in v8::internal::Simulator
630 if (wp != NULL && wp->IsWatchpoint()) in EnableHardwareWatchpoint()