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

  /external/chromium_org/v8/src/mips/
constants-mips.h 237 // - Breaks between 0 and kMaxWatchpointCode are treated as simple watchpoints,
239 // - Breaks between kMaxWatchpointCode and kMaxStopCode are treated as stop()
243 const uint32_t kMaxWatchpointCode = 31;
245 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
simulator-mips.cc 699 for (uint32_t i = kMaxWatchpointCode + 1;
712 for (uint32_t i = kMaxWatchpointCode + 1;
725 for (uint32_t i = kMaxWatchpointCode + 1;
    [all...]
assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
constants-mips64.h 199 // - Breaks between 0 and kMaxWatchpointCode are treated as simple watchpoints,
201 // - Breaks between kMaxWatchpointCode and kMaxStopCode are treated as stop()
205 const uint32_t kMaxWatchpointCode = 31;
207 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
simulator-mips64.cc 629 for (uint32_t i = kMaxWatchpointCode + 1;
642 for (uint32_t i = kMaxWatchpointCode + 1;
655 for (uint32_t i = kMaxWatchpointCode + 1;
    [all...]
assembler-mips64.cc     [all...]

Completed in 247 milliseconds