Home
last modified time | relevance | path

Searched refs:ReportMop (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h52 struct ReportMop { struct
61 ReportMop(); argument
107 Vector<ReportMop*> mops;
Dtsan_report.cc66 ReportMop::ReportMop() in ReportMop() function in __tsan::ReportMop
146 static void PrintMop(const ReportMop *mop, bool first) { in PrintMop()
363 static void PrintMop(const ReportMop *mop, bool first) { in PrintMop()
Dtsan_rtl_report.cc160 void *mem = internal_alloc(MBlockReportMop, sizeof(ReportMop)); in AddMemoryAccess()
161 ReportMop *mop = new(mem) ReportMop; in AddMemoryAccess()