Searched refs:StatType (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.h | 45 explicit Mutex(MutexType type, StatType stat_type); 62 StatType stat_type_;
|
D | tsan_rtl.cc | 585 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()
|
D | tsan_stat.h | 19 enum StatType { enum
|
D | tsan_mutex.cc | 211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
|
D | tsan_rtl.h | 607 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) { 612 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) { in StatSet()
|
D | tsan_interface_atomic.cc | 481 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) { in AtomicStatInc()
|
/external/libchrome/dbus/ |
D | dbus_statistics.cc | 55 enum StatType { enum in dbus::__anon2d5d171b0111::DBusStatistics 65 StatType type) { in AddStat()
|