Searched refs:FastState (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 91 class FastState { 93 FastState(u64 tid, u64 epoch) { in FastState() function 101 explicit FastState(u64 x) in FastState() function 176 class Shadow : public FastState { 179 : FastState(x) { in Shadow() 182 explicit Shadow(const FastState &s) in Shadow() 183 : FastState(s.x_) { in Shadow() 360 FastState fast_state; 780 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs, in TraceAddEvent()
|
D | tsan_rtl_thread.cc | 359 FastState fast_state = thr->fast_state; in MemoryAccessRange()
|
D | tsan_rtl_mutex.cc | 119 FastState last(last_lock); in MutexDestroy()
|
D | tsan_rtl_report.cc | 653 FastState s(thr->racy_state[i]); in ReportRace()
|
D | tsan_rtl.cc | 775 FastState fast_state = thr->fast_state; in MemoryAccess()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_shadow_test.cc | 19 TEST(Shadow, FastState) { in TEST() argument 20 Shadow s(FastState(11, 22)); in TEST()
|
/external/llvm/test/Transforms/Util/ |
D | split-bit-piece.ll | 35 !3 = !DICompositeType(tag: DW_TAG_class_type, name: "FastState", file: !4, line: 91, size: 64, alig…
|