Lines Matching refs:ALWAYS_INLINE
140 ALWAYS_INLINE
149 ALWAYS_INLINE
223 static ALWAYS_INLINE
229 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect()
247 u64 ALWAYS_INLINE addr0() const { return (x_ >> kClkBits) & 7; } in addr0()
248 u64 ALWAYS_INLINE size() const { return 1ull << size_log(); } in size()
249 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite()
250 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead()
275 bool ALWAYS_INLINE IsBothReadsOrAtomic(bool kIsWrite, bool kIsAtomic) const { in IsBothReadsOrAtomic()
282 bool ALWAYS_INLINE IsRWNotWeaker(bool kIsWrite, bool kIsAtomic) const { in IsRWNotWeaker()
290 bool ALWAYS_INLINE IsRWWeakerOrEqual(bool kIsWrite, bool kIsAtomic) const { in IsRWWeakerOrEqual()
565 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
570 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) { in StatSet()
635 void ALWAYS_INLINE MemoryRead(ThreadState *thr, uptr pc, in MemoryRead()
640 void ALWAYS_INLINE MemoryWrite(ThreadState *thr, uptr pc, in MemoryWrite()
645 void ALWAYS_INLINE MemoryReadAtomic(ThreadState *thr, uptr pc, in MemoryReadAtomic()
650 void ALWAYS_INLINE MemoryWriteAtomic(ThreadState *thr, uptr pc, in MemoryWriteAtomic()
733 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs, in TraceAddEvent()
756 uptr ALWAYS_INLINE HeapEnd() { in HeapEnd()