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.cc577 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl1()
762 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
771 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
785 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
810 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl()
Dtsan_stat.cc32 name[StatMop1] = " Including size 1 "; in StatOutput()