OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:memoryread
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_inl.h
22
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);
tsan_interface.cc
32
MemoryRead
(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8);
33
MemoryRead
(cur_thread(), CALLERPC, (uptr)addr + 8, kSizeLog8);
tsan_fd.cc
154
MemoryRead
(thr, pc, (uptr)d, kSizeLog8);
163
MemoryRead
(thr, pc, (uptr)d, kSizeLog8);
171
MemoryRead
(thr, pc, (uptr)d, kSizeLog8);
197
MemoryRead
(thr, pc, (uptr)od, kSizeLog8);
tsan_rtl.h
657
void ALWAYS_INLINE
MemoryRead
(ThreadState *thr, uptr pc,
tsan_interceptors.cc
1113
MemoryRead
(thr, pc, (uptr)b, kSizeLog1);
1115
MemoryRead
(thr, pc, (uptr)b, kSizeLog1);
[
all
...]
/external/compiler-rt/lib/tsan/go/
tsan_go.cc
110
MemoryRead
(thr, (uptr)pc, (uptr)addr, kSizeLog1);
/cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js
[
all
...]
Completed in 737 milliseconds