Home
last modified time | relevance | path

Searched refs:StatType (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h45 explicit Mutex(MutexType type, StatType stat_type);
62 StatType stat_type_;
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.h19 enum StatType { enum
Dtsan_mutex.cc211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
Dtsan_rtl.h607 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
612 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) { in StatSet()
Dtsan_interface_atomic.cc481 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) { in AtomicStatInc()
/external/libchrome/dbus/
Ddbus_statistics.cc55 enum StatType { enum in dbus::__anon2d5d171b0111::DBusStatistics
65 StatType type) { in AddStat()