Searched refs:kMaxMopsPerTrace (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/tsan/
H A Dts_valgrind.cc202 const size_t kMaxMopsPerTrace = 2048; variable
215 uintptr_t tleb[kMaxMopsPerTrace];
427 DCHECK(thr->trace_info->n_mops() <= kMaxMopsPerTrace);
925 DCHECK(thr->trace_info->n_mops() <= kMaxMopsPerTrace);
1106 if (next_trace_idx > kMaxMopsPerTrace) {
1107 if (next_trace_idx == kMaxMopsPerTrace) {
H A Dts_pin.cc185 const size_t kMaxMopsPerTrace = kThreadLocalEventBufferSize - 2; variable
2014 CHECK(idx < kMaxMopsPerTrace);
2561 if (*mop_idx >= kMaxMopsPerTrace) {
2694 CHECK(n_mops <= kMaxMopsPerTrace);

Completed in 80 milliseconds