Searched refs:StatType (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.h | 44 explicit Mutex(MutexType type, StatType stat_type); 61 StatType stat_type_;
|
D | tsan_stat.h | 19 enum StatType { enum
|
D | tsan_rtl.cc | 577 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()
|
D | tsan_mutex.cc | 210 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
|
D | tsan_rtl.h | 574 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) { 579 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) { in StatSet()
|
D | tsan_interface_atomic.cc | 504 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) { in AtomicStatInc()
|
/external/libchrome/dbus/ |
D | dbus_statistics.cc | 76 enum StatType { enum in dbus::__anon30846f1e0111::DBusStatistics 86 StatType type) { in AddStat()
|