Searched refs:FastState (Results 1 – 15 of 15) 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-project/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_shadow_test.cpp | 18 TEST(Shadow, FastState) { in TEST() argument 19 Shadow s(FastState(11, 22)); in TEST()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 98 class FastState { 100 FastState(u64 tid, u64 epoch) { in FastState() function 108 explicit FastState(u64 x) in FastState() function 183 class Shadow : public FastState { 186 : FastState(x) { in Shadow() 189 explicit Shadow(const FastState &s) in Shadow() 190 : FastState(s.x_) { in Shadow() 366 FastState fast_state; 853 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs, in TraceAddEvent()
|
D | tsan_rtl_thread.cpp | 384 FastState fast_state = thr->fast_state; in MemoryAccessRange()
|
D | tsan_rtl_report.cpp | 691 FastState s(thr->racy_state[i]); in ReportRace()
|
D | tsan_rtl_mutex.cpp | 117 FastState last(last_lock); in MutexDestroy()
|
D | tsan_rtl.cpp | 862 FastState fast_state = thr->fast_state; in MemoryAccess()
|
/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…
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 9228 <!-- __tsan::FastState __tsan::ThreadState::fast_state --> 9467 <!-- class __tsan::FastState --> 9468 …<class-decl name='FastState' size-in-bits='64' visibility='default' filepath='../../.././libsaniti… 9470 <!-- static const int __tsan::FastState::kTidShift --> 9474 <!-- static const int __tsan::FastState::kClkShift --> 9478 <!-- static const __sanitizer::u64 __tsan::FastState::kIgnoreBit --> 9482 <!-- static const __sanitizer::u64 __tsan::FastState::kFreedBit --> 9486 <!-- __sanitizer::u64 __tsan::FastState::x_ --> 9490 <!-- __tsan::FastState::FastState(__sanitizer::u64, __sanitizer::u64) --> 9491 …<function-decl name='FastState' filepath='../../.././libsanitizer/tsan/tsan_rtl.h' line='153' colu… [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 5562 …<class-decl name='FastState' size-in-bits='64' visibility='default' filepath='../../.././libsaniti… 5579 …<function-decl name='FastState' filepath='../../.././libsanitizer/tsan/tsan_rtl.h' line='153' colu… 5587 …<function-decl name='FastState' filepath='../../.././libsanitizer/tsan/tsan_rtl.h' line='161' colu… 17545 …<class-decl name='FastState' size-in-bits='64' visibility='default' filepath='../../.././libsaniti… 17562 …<function-decl name='FastState' filepath='../../.././libsanitizer/tsan/tsan_rtl.h' line='153' colu… 17570 …<function-decl name='FastState' filepath='../../.././libsanitizer/tsan/tsan_rtl.h' line='161' colu…
|