HomeSort by relevance Sort by last modified time
    Searched refs:kMaxWatchpointCode (Results 1 - 6 of 6) sorted by null

  /external/v8/src/mips/
constants-mips.h 255 // - Breaks between 0 and kMaxWatchpointCode are treated as simple watchpoints,
257 // - Breaks between kMaxWatchpointCode and kMaxStopCode are treated as stop()
261 const uint32_t kMaxWatchpointCode = 31;
263 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
    [all...]
simulator-mips.cc 644 for (uint32_t i = kMaxWatchpointCode + 1;
657 for (uint32_t i = kMaxWatchpointCode + 1;
670 for (uint32_t i = kMaxWatchpointCode + 1;
    [all...]
assembler-mips.cc     [all...]
  /external/v8/src/mips64/
constants-mips64.h 218 // - Breaks between 0 and kMaxWatchpointCode are treated as simple watchpoints,
220 // - Breaks between kMaxWatchpointCode and kMaxStopCode are treated as stop()
224 const uint32_t kMaxWatchpointCode = 31;
226 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
    [all...]
simulator-mips64.cc 577 for (uint32_t i = kMaxWatchpointCode + 1;
590 for (uint32_t i = kMaxWatchpointCode + 1;
603 for (uint32_t i = kMaxWatchpointCode + 1;
    [all...]
assembler-mips64.cc     [all...]

Completed in 295 milliseconds