Home
last modified time | relevance | path

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

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