Searched refs:kMaxWatchpointCode (Results 1 – 3 of 3) sorted by relevance
188 const uint32_t kMaxWatchpointCode = 31; variable190 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
634 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()647 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()660 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()1578 return (code <= kMaxWatchpointCode); in IsWatchpoint()1607 return (func == BREAK) && code > kMaxWatchpointCode && code <= kMaxStopCode; in IsStopInstruction()1613 ASSERT(code > kMaxWatchpointCode); in IsEnabledStop()1647 if (code <= kMaxWatchpointCode) { in PrintStopInfo()
1465 code > kMaxWatchpointCode) || in break_()1468 code <= kMaxWatchpointCode))); in break_()1475 ASSERT(code > kMaxWatchpointCode); in stop()