Searched refs:MemoryRead (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_inl.h22 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog1);
26 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog2);
30 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog4);
34 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8);
67 MemoryRead(thr, CALLERPC, (uptr)vptr_p, kSizeLog8);
H A Dtsan_interface.cc32 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8);
33 MemoryRead(cur_thread(), CALLERPC, (uptr)addr + 8, kSizeLog8);
H A Dtsan_fd.cc160 MemoryRead(thr, pc, (uptr)d, kSizeLog8);
171 MemoryRead(thr, pc, (uptr)d, kSizeLog8);
181 MemoryRead(thr, pc, (uptr)d, kSizeLog8);
213 MemoryRead(thr, pc, (uptr)od, kSizeLog8);
H A Dtsan_rtl.h635 void ALWAYS_INLINE MemoryRead(ThreadState *thr, uptr pc, function in namespace:__tsan
H A Dtsan_interceptors.cc1340 MemoryRead(thr, pc, (uptr)b, kSizeLog1);
1342 MemoryRead(thr, pc, (uptr)b, kSizeLog1);
/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc104 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1);
110 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1);
/external/v8/src/arm64/
H A Dsimulator-arm64.cc1590 case LDRB_w: set_wreg_no_log(srcdst, MemoryRead<uint8_t>(address)); break;
1591 case LDRH_w: set_wreg_no_log(srcdst, MemoryRead<uint16_t>(address)); break;
1592 case LDR_w: set_wreg_no_log(srcdst, MemoryRead<uint32_t>(address)); break;
1593 case LDR_x: set_xreg_no_log(srcdst, MemoryRead<uint64_t>(address)); break;
1594 case LDRSB_w: set_wreg_no_log(srcdst, MemoryRead<int8_t>(address)); break;
1595 case LDRSH_w: set_wreg_no_log(srcdst, MemoryRead<int16_t>(address)); break;
1596 case LDRSB_x: set_xreg_no_log(srcdst, MemoryRead<int8_t>(address)); break;
1597 case LDRSH_x: set_xreg_no_log(srcdst, MemoryRead<int16_t>(address)); break;
1598 case LDRSW_x: set_xreg_no_log(srcdst, MemoryRead<int32_t>(address)); break;
1599 case LDR_s: set_sreg_no_log(srcdst, MemoryRead<floa
[all...]
H A Dsimulator-arm64.h678 T MemoryRead(A address) {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio0.c146 cmsUInt32Number MemoryRead(struct _cms_io_handler* iohandler, void *Buffer, cmsUInt32Number size, cmsUInt32Number count) function
296 iohandler ->Read = MemoryRead;

Completed in 130 milliseconds