Lines Matching refs:mop
465 MopInfo *mop = trace_info->GetMop(j);
466 DCHECK(mop->size());
467 DCHECK(mop);
470 DumpEventPlainText(mop->is_write() ? WRITE : READ, t.uniq_tid,
471 mop->pc(), addr, mop->size());
1979 /* Verify all mop accesses in the last trace of the given thread by registering
1988 MopInfo *mop = t.trace_info->GetMop(i);
1989 need_sleep += RaceVerifierStartAccess(t.uniq_tid, addr, mop->pc(),
1990 mop->is_write());
2002 MopInfo *mop = t.trace_info->GetMop(i);
2003 RaceVerifierEndAccess(t.uniq_tid, addr, mop->pc(), mop->is_write());
2033 // 'idx' is the number of this mop in its trace.
2630 MopInfo *mop = trace_info->GetMop(*mop_idx);
2631 new (mop) MopInfo(INS_Address(ins), size, is_write, false);