Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc585 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl1()
770 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
779 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
793 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
818 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl()
Dtsan_stat.h24 StatMop1, // These must be consequtive. enumerator
Dtsan_stat.cc32 name[StatMop1] = " Including size 1 "; in StatOutput()