Home
last modified time | relevance | path

Searched refs:MemoryRead (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_inl.h22 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()
Dtsan_interface.cc27 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read16()
28 MemoryRead(cur_thread(), CALLERPC, (uptr)addr + 8, kSizeLog8); in __tsan_read16()
Dtsan_fd.cc153 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAcquire()
164 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdRelease()
170 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAccess()
196 MemoryRead(thr, pc, (uptr)od, kSizeLog8); in FdDup()
Dtsan_rtl.h643 void ALWAYS_INLINE INLINE MemoryRead(ThreadState *thr, uptr pc, in MemoryRead() function
Dtsan_interceptors.cc1028 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
1030 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc110 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read()