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

  /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);
simulator-mips.cc 634 for (uint32_t i = kMaxWatchpointCode + 1;
647 for (uint32_t i = kMaxWatchpointCode + 1;
660 for (uint32_t i = kMaxWatchpointCode + 1;
    [all...]
assembler-mips.cc     [all...]

Completed in 57 milliseconds