Searched refs:mops (Results 1 – 14 of 14) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cc | 57 , mops(MBlockReportMop) in ReportDesc() 257 if (rep->mops.Size()) in ChooseSummaryStack() 258 return rep->mops[0]->stack; in ChooseSummaryStack() 336 for (uptr i = 0; i < rep->mops.Size(); i++) in PrintReport() 337 PrintMop(rep->mops[i], i == 0); in PrintReport() 432 for (uptr i = 0; i < rep->mops.Size(); i++) in PrintReport() 433 PrintMop(rep->mops[i], i == 0); in PrintReport()
|
D | tsan_debugging.cc | 73 *mop_count = rep->mops.Size(); in __tsan_get_report_data() 97 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop() 98 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop()
|
D | tsan_report.h | 108 Vector<ReportMop*> mops; variable
|
D | tsan_rtl_report.cc | 167 rep_->mops.PushBack(mop); in AddMemoryAccess() 504 for (uptr i = 0; pc_or_addr == 0 && i < rep->mops.Size(); i++) in OutputReport() 505 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cpp | 51 , mops() in ReportDesc() 285 if (rep->mops.Size()) in ChooseSummaryStack() 286 return rep->mops[0]->stack; in ChooseSummaryStack() 364 for (uptr i = 0; i < rep->mops.Size(); i++) in PrintReport() 365 PrintMop(rep->mops[i], i == 0); in PrintReport() 463 for (uptr i = 0; i < rep->mops.Size(); i++) in PrintReport() 464 PrintMop(rep->mops[i], i == 0); in PrintReport()
|
D | tsan_debugging.cpp | 81 *mop_count = rep->mops.Size(); in __tsan_get_report_data() 112 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop() 113 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop()
|
D | tsan_report.h | 113 Vector<ReportMop*> mops; variable
|
D | tsan_rtl_report.cpp | 170 rep_->mops.PushBack(mop); in AddMemoryAccess() 508 for (uptr i = 0; pc_or_addr == 0 && i < rep->mops.Size(); i++) in OutputReport() 509 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
D | InstrumentationRuntimeTSan.cpp | 365 StructuredData::Array *mops = ConvertToStructuredArray( in RetrieveReportData() local 390 dict->AddItem("mops", StructuredData::ObjectSP(mops)); in RetrieveReportData()
|
/external/iputils/doc/ |
D | tracepath.sgml | 91 root@mops:~ # tracepath6 3ffe:2400:0:109::2
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 33057 <!-- __tsan::Vector<__tsan::ReportMop*> __tsan::ReportDesc::mops --> 33058 …<var-decl name='mops' type-id='type-id-1709' visibility='default' filepath='../../.././libsanitize…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 19635 …<var-decl name='mops' type-id='type-id-1709' visibility='default' filepath='../../.././libsanitize…
|