Searched refs:kMaxWatchpointCode (Results 1 – 12 of 12) sorted by relevance
138 const uint32_t kMaxWatchpointCode = 31; variable140 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
1662 (break_as_stop && code <= kMaxStopCode && code > kMaxWatchpointCode) || in break_()1663 (!break_as_stop && (code > kMaxStopCode || code <= kMaxWatchpointCode))); in break_()1668 DCHECK_GT(code, kMaxWatchpointCode); in stop()
321 const uint32_t kMaxWatchpointCode = 31; variable323 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
2222 (break_as_stop && code <= kMaxStopCode && code > kMaxWatchpointCode) || in break_()2223 (!break_as_stop && (code > kMaxStopCode || code <= kMaxWatchpointCode))); in break_()2229 DCHECK_GT(code, kMaxWatchpointCode); in stop()
298 const uint32_t kMaxWatchpointCode = 31; variable300 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
2361 (break_as_stop && code <= kMaxStopCode && code > kMaxWatchpointCode) || in break_()2362 (!break_as_stop && (code > kMaxStopCode || code <= kMaxWatchpointCode))); in break_()2368 DCHECK_GT(code, kMaxWatchpointCode); in stop()
596 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()608 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()620 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()2277 return (code <= kMaxWatchpointCode); in IsWatchpoint()2302 return (opcode_hi15 == 0x15) && code > kMaxWatchpointCode && in IsStopInstruction()2308 DCHECK_GT(code, kMaxWatchpointCode); in IsEnabledStop()2340 if (code <= kMaxWatchpointCode) { in PrintStopInfo()
1897 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()1909 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()1921 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()2998 return (code <= kMaxWatchpointCode); in IsWatchpoint()3024 return code != -1 && static_cast<uint32_t>(code) > kMaxWatchpointCode && in IsStopInstruction()3030 DCHECK_GT(code, kMaxWatchpointCode); in IsEnabledStop()3062 if (code <= kMaxWatchpointCode) { in PrintStopInfo()
621 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()633 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()645 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()2463 return (code <= kMaxWatchpointCode); in IsWatchpoint()2488 return (func == BREAK) && code > kMaxWatchpointCode && code <= kMaxStopCode; in IsStopInstruction()2493 DCHECK_GT(code, kMaxWatchpointCode); in IsEnabledStop()2525 if (code <= kMaxWatchpointCode) { in PrintStopInfo()
565 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()577 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()589 for (uint32_t i = kMaxWatchpointCode + 1; i <= kMaxStopCode; in Debug()2472 return (code <= kMaxWatchpointCode); in IsWatchpoint()2497 return (func == BREAK) && code > kMaxWatchpointCode && code <= kMaxStopCode; in IsStopInstruction()2502 DCHECK_GT(code, kMaxWatchpointCode); in IsEnabledStop()2534 if (code <= kMaxWatchpointCode) { in PrintStopInfo()
177 const uint32_t kMaxWatchpointCode = 31; variable179 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
3518 (break_as_stop && code <= kMaxStopCode && code > kMaxWatchpointCode) || in break_()3519 (!break_as_stop && (code > kMaxStopCode || code <= kMaxWatchpointCode))); in break_()3530 DCHECK_GT(code, kMaxWatchpointCode); in stop()