Searched refs:MemoryRead (Results 1 - 12 of 12) 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.cc159 MemoryRead(thr, pc, (uptr)d, kSizeLog8);
170 MemoryRead(thr, pc, (uptr)d, kSizeLog8);
180 MemoryRead(thr, pc, (uptr)d, kSizeLog8);
212 MemoryRead(thr, pc, (uptr)od, kSizeLog8);
H A Dtsan_rtl.h602 void ALWAYS_INLINE MemoryRead(ThreadState *thr, uptr pc, function in namespace:__tsan
H A Dtsan_interceptors.cc1213 MemoryRead(thr, pc, (uptr)b, kSizeLog1);
1215 MemoryRead(thr, pc, (uptr)b, kSizeLog1);
/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc121 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1);
127 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1);
/external/chromium_org/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/vixl/src/a64/
H A Dsimulator-a64.cc785 case LDR_x: set_xreg(srcdst, MemoryRead(address, num_bytes)); break;
946 uint64_t Simulator::MemoryRead(const uint8_t* address, unsigned num_bytes) { function in class:vixl::Simulator
956 return MemoryRead(address, sizeof(uint8_t));
961 return MemoryRead(address, sizeof(uint16_t));
966 return MemoryRead(address, sizeof(uint32_t));
976 return MemoryRead(address, sizeof(uint64_t));
H A Dsimulator-a64.h493 uint64_t MemoryRead(const uint8_t* address, unsigned num_bytes);
H A Ddebugger-a64.cc591 uint64_t data = MemoryRead(current, size);
/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 727 milliseconds