Searched refs:kMaxWatchpointCode (Results 1 – 6 of 6) sorted by relevance
205 const uint32_t kMaxWatchpointCode = 31; variable207 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
629 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()642 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()655 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()1824 return (code <= kMaxWatchpointCode); in IsWatchpoint()1853 return (func == BREAK) && code > kMaxWatchpointCode && code <= kMaxStopCode; in IsStopInstruction()1859 DCHECK(code > kMaxWatchpointCode); in IsEnabledStop()1893 if (code <= kMaxWatchpointCode) { in PrintStopInfo()
1985 code > kMaxWatchpointCode) || in break_()1988 code <= kMaxWatchpointCode))); in break_()1995 DCHECK(code > kMaxWatchpointCode); in stop()
243 const uint32_t kMaxWatchpointCode = 31; variable245 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
699 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()712 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()725 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()1759 return (code <= kMaxWatchpointCode); in IsWatchpoint()1788 return (func == BREAK) && code > kMaxWatchpointCode && code <= kMaxStopCode; in IsStopInstruction()1794 DCHECK(code > kMaxWatchpointCode); in IsEnabledStop()1828 if (code <= kMaxWatchpointCode) { in PrintStopInfo()
1790 code > kMaxWatchpointCode) || in break_()1793 code <= kMaxWatchpointCode))); in break_()1800 DCHECK(code > kMaxWatchpointCode); in stop()