/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_inl.h | 22 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog1); in __tsan_read1() 26 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog2); in __tsan_read2() 30 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog4); in __tsan_read4() 34 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read8() 54 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read1_pc() 58 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog2); in __tsan_read2_pc() 62 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog4); in __tsan_read4_pc() 66 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog8); in __tsan_read8_pc() 99 MemoryRead(thr, CALLERPC, (uptr)vptr_p, kSizeLog8); in __tsan_vptr_read()
|
D | tsan_interface.cc | 32 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read16() 33 MemoryRead(cur_thread(), CALLERPC, (uptr)addr + 8, kSizeLog8); in __tsan_read16() 42 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog8); in __tsan_read16_pc() 43 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr + 8, kSizeLog8); in __tsan_read16_pc()
|
D | tsan_fd.cc | 118 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in init() 166 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAcquire() 177 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdRelease() 187 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAccess() 207 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdClose() 231 MemoryRead(thr, pc, (uptr)od, kSizeLog8); in FdDup()
|
D | tsan_rtl.h | 676 void ALWAYS_INLINE MemoryRead(ThreadState *thr, uptr pc, in MemoryRead() function
|
D | tsan_interceptors.cc | 1310 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR() 1312 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_inl.h | 22 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog1); in __tsan_read1() 26 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog2); in __tsan_read2() 30 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog4); in __tsan_read4() 34 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read8() 54 MemoryRead(cur_thread(), STRIP_PC(pc), (uptr)addr, kSizeLog1); in __tsan_read1_pc() 58 MemoryRead(cur_thread(), STRIP_PC(pc), (uptr)addr, kSizeLog2); in __tsan_read2_pc() 62 MemoryRead(cur_thread(), STRIP_PC(pc), (uptr)addr, kSizeLog4); in __tsan_read4_pc() 66 MemoryRead(cur_thread(), STRIP_PC(pc), (uptr)addr, kSizeLog8); in __tsan_read8_pc() 99 MemoryRead(thr, CALLERPC, (uptr)vptr_p, kSizeLog8); in __tsan_vptr_read()
|
D | tsan_interface.cpp | 33 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read16() 34 MemoryRead(cur_thread(), CALLERPC, (uptr)addr + 8, kSizeLog8); in __tsan_read16() 43 MemoryRead(cur_thread(), STRIP_PC(pc), (uptr)addr, kSizeLog8); in __tsan_read16_pc() 44 MemoryRead(cur_thread(), STRIP_PC(pc), (uptr)addr + 8, kSizeLog8); in __tsan_read16_pc()
|
D | tsan_fd.cpp | 118 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in init() 166 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAcquire() 177 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdRelease() 187 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAccess() 207 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdClose() 231 MemoryRead(thr, pc, (uptr)od, kSizeLog8); in FdDup()
|
D | tsan_external.cpp | 114 ExternalAccess(addr, STRIP_PC(caller_pc), tag, MemoryRead); in __tsan_external_read()
|
D | tsan_rtl.h | 740 void ALWAYS_INLINE MemoryRead(ThreadState *thr, uptr pc, in MemoryRead() function
|
D | tsan_interceptors_posix.cpp | 1457 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR() 1459 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
|
/external/crosvm/devices/src/usb/xhci/ |
D | event_ring.rs | 20 MemoryRead(GuestMemoryError), enumerator 36 MemoryRead(e) => write!(f, "event ring cannot read from guest memory: {}", e), in fmt() 200 .map_err(Error::MemoryRead) in read_seg_table_entry()
|
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 163 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read() 169 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read_pc()
|
/external/llvm-project/compiler-rt/lib/tsan/go/ |
D | tsan_go.cpp | 173 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read() 179 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read_pc()
|
/external/pdfium/third_party/lcms/src/ |
D | cmsio0.c | 147 cmsUInt32Number MemoryRead(struct _cms_io_handler* iohandler, void *Buffer, cmsUInt32Number size, c… in MemoryRead() function 297 iohandler ->Read = MemoryRead; in cmsOpenIOhandlerFromMem()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 27083 … <!-- void __tsan::MemoryRead(__tsan::ThreadState*, __sanitizer::uptr, __sanitizer::uptr, int) --> 27084 …<function-decl name='MemoryRead' filepath='../../.././libsanitizer/tsan/tsan_rtl.h' line='664' col…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 15702 …<function-decl name='MemoryRead' filepath='../../.././libsanitizer/tsan/tsan_rtl.h' line='664' col…
|