Searched refs:kMaxWatchpointCode (Results 1 – 6 of 6) sorted by relevance
248 const uint32_t kMaxWatchpointCode = 31; variable250 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
698 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()711 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()724 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()2226 return (code <= kMaxWatchpointCode); in IsWatchpoint()2256 return (func == BREAK) && code > kMaxWatchpointCode && code <= kMaxStopCode; in IsStopInstruction()2262 DCHECK(code > kMaxWatchpointCode); in IsEnabledStop()2296 if (code <= kMaxWatchpointCode) { in PrintStopInfo()
1891 code > kMaxWatchpointCode) || in break_()1894 code <= kMaxWatchpointCode))); in break_()1901 DCHECK(code > kMaxWatchpointCode); in stop()
224 const uint32_t kMaxWatchpointCode = 31; variable226 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
628 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()641 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()654 for (uint32_t i = kMaxWatchpointCode + 1; in Debug()2223 return (code <= kMaxWatchpointCode); in IsWatchpoint()2252 return (func == BREAK) && code > kMaxWatchpointCode && code <= kMaxStopCode; in IsStopInstruction()2258 DCHECK(code > kMaxWatchpointCode); in IsEnabledStop()2292 if (code <= kMaxWatchpointCode) { in PrintStopInfo()
2176 code > kMaxWatchpointCode) || in break_()2179 code <= kMaxWatchpointCode))); in break_()2186 DCHECK(code > kMaxWatchpointCode); in stop()