reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
643 StatInc(thr, StatMop); 644 StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead); 645 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); 702 StatInc(thr, StatShadowReplace); 705 HandleRace(thr, shadow_mem, cur, old);projects/compiler-rt/lib/tsan/rtl/tsan_update_shadow_word_inl.h
16 StatInc(thr, StatShadowProcessed); 21 StatInc(thr, StatShadowZero); 30 StatInc(thr, StatShadowSameSize); 33 StatInc(thr, StatShadowSameThread); 40 StatInc(thr, StatShadowAnotherThread); 41 if (HappensBefore(old, thr)) { 54 StatInc(thr, StatShadowIntersect); 56 StatInc(thr, StatShadowSameThread); 59 StatInc(thr, StatShadowAnotherThread); 62 if (LIKELY(HappensBefore(old, thr))) 67 StatInc(thr, StatShadowNotIntersect);