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

  /external/chromium_org/v8/src/mips/
constants-mips.h 183 // - Breaks between 0 and kMaxWatchpointCode are treated as simple watchpoints,
185 // - Breaks between kMaxWatchpointCode and kMaxStopCode are treated as stop()
189 const uint32_t kMaxWatchpointCode = 31;
191 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);
  /external/v8/src/mips/
constants-mips.h 182 // - Breaks between 0 and kMaxWatchpointCode are treated as simple watchpoints,
184 // - Breaks between kMaxWatchpointCode and kMaxStopCode are treated as stop()
188 const uint32_t kMaxWatchpointCode = 31;
190 STATIC_ASSERT(kMaxWatchpointCode < kMaxStopCode);

Completed in 371 milliseconds