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

  /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);
  /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);

Completed in 47 milliseconds