Home
last modified time | relevance | path

Searched refs:kMaxStopCode (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.h357 const uint32_t kMaxStopCode = kStopCode - 1; variable
Dsimulator-arm.cc74 if (code != kMaxStopCode) { in Stop()
1916 DCHECK_LE(code, kMaxStopCode); in isWatchedStop()
1922 DCHECK_LE(code, kMaxStopCode); in isEnabledStop()
1946 DCHECK_LE(code, kMaxStopCode); in IncreaseStopCounter()
1961 DCHECK_LE(code, kMaxStopCode); in PrintStopInfo()
Dassembler-arm.cc2327 svc(kStopCode + kMaxStopCode, cond); in stop()
/external/v8/src/mips/
Dconstants-mips.h311 const uint32_t kMaxStopCode = 127; variable
312 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
Dsimulator-mips.h556 StopCountAndDesc watched_stops_[kMaxStopCode + 1];
Dsimulator-mips.cc643 i <= kMaxStopCode; in Debug()
656 i <= kMaxStopCode; in Debug()
669 i <= kMaxStopCode; in Debug()
2425 } else if (func == BREAK && code <= kMaxStopCode) { in SoftwareInterrupt()
2470 return (func == BREAK) && code > kMaxWatchpointCode && code <= kMaxStopCode; in IsStopInstruction()
2475 DCHECK_LE(code, kMaxStopCode); in IsEnabledStop()
2496 DCHECK_LE(code, kMaxStopCode); in IncreaseStopCounter()
2513 } else if (code > kMaxStopCode) { in PrintStopInfo()
2514 PrintF("Code too large, only %u stops can be used\n", kMaxStopCode + 1); in PrintStopInfo()
Dassembler-mips.cc2382 code <= kMaxStopCode && in break_()
2385 (code > kMaxStopCode || in break_()
2394 DCHECK_LE(code, kMaxStopCode); in stop()
Dassembler-mips.h904 void stop(const char* msg, uint32_t code = kMaxStopCode);
/external/v8/src/mips64/
Dsimulator-mips64.h577 StopCountAndDesc watched_stops_[kMaxStopCode + 1];
Dconstants-mips64.h273 const uint32_t kMaxStopCode = 127; variable
274 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
Dsimulator-mips64.cc575 i <= kMaxStopCode; in Debug()
588 i <= kMaxStopCode; in Debug()
601 i <= kMaxStopCode; in Debug()
2368 } else if (func == BREAK && code <= kMaxStopCode) { in SoftwareInterrupt()
2413 return (func == BREAK) && code > kMaxWatchpointCode && code <= kMaxStopCode; in IsStopInstruction()
2418 DCHECK_LE(code, kMaxStopCode); in IsEnabledStop()
2439 DCHECK_LE(code, kMaxStopCode); in IncreaseStopCounter()
2458 } else if (code > kMaxStopCode) { in PrintStopInfo()
2459 PrintF("Code too large, only %u stops can be used\n", kMaxStopCode + 1); in PrintStopInfo()
Dassembler-mips64.cc2626 code <= kMaxStopCode && in break_()
2629 (code > kMaxStopCode || in break_()
2638 DCHECK_LE(code, kMaxStopCode); in stop()
Ddisasm-mips64.cc1077 if (instr->Bits(25, 6) == static_cast<int>(kMaxStopCode)) { in DecodeBreakInstr()
Dassembler-mips64.h959 void stop(const char* msg, uint32_t code = kMaxStopCode);
/external/v8/src/ppc/
Dsimulator-ppc.cc82 if (code != kMaxStopCode) { in Stop()
1488 DCHECK_LE(code, kMaxStopCode); in isWatchedStop()
1494 DCHECK_LE(code, kMaxStopCode); in isEnabledStop()
1518 DCHECK_LE(code, kMaxStopCode); in IncreaseStopCounter()
1535 DCHECK_LE(code, kMaxStopCode); in PrintStopInfo()
Dconstants-ppc.h2683 const uint32_t kMaxStopCode = kStopCode - 1; variable
/external/v8/src/s390/
Dsimulator-s390.cc83 if (code != kMaxStopCode) { in Stop()
2198 DCHECK_LE(code, kMaxStopCode); in isWatchedStop()
2203 DCHECK_LE(code, kMaxStopCode); in isEnabledStop()
2224 DCHECK_LE(code, kMaxStopCode); in IncreaseStopCounter()
2240 DCHECK_LE(code, kMaxStopCode); in PrintStopInfo()
Dconstants-s390.h1778 const uint32_t kMaxStopCode = kStopCode - 1; variable