Lines Matching refs:uptr
27 bool IsExpectedReport(uptr addr, uptr size) { in IsExpectedReport()
31 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData()
35 void *internal_alloc(MBlockType typ, uptr sz) { in internal_alloc()
44 uptr pc;
47 uptr line;
48 uptr off;
49 uptr res;
55 SymbolizedStack *SymbolizeCode(uptr addr) { in SymbolizeCode()
99 void __tsan_map_shadow(uptr addr, uptr size) { in __tsan_map_shadow()
104 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read()
107 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc()
110 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read_pc()
116 MemoryWrite(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_write()
119 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc()
122 MemoryWrite(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_write_pc()
127 void __tsan_read_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_read_range()
128 MemoryAccessRange(thr, (uptr)pc, (uptr)addr, size, false); in __tsan_read_range()
131 void __tsan_write_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_write_range()
132 MemoryAccessRange(thr, (uptr)pc, (uptr)addr, size, true); in __tsan_write_range()
136 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
143 void __tsan_malloc(void *p, uptr sz) { in __tsan_malloc()
146 MemoryResetRange(0, 0, (uptr)p, sz); in __tsan_malloc()
152 int goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start()
162 Acquire(thr, 0, (uptr)addr); in __tsan_acquire()
166 ReleaseStore(thr, 0, (uptr)addr); in __tsan_release()
170 Release(thr, 0, (uptr)addr); in __tsan_release_merge()
177 void __tsan_mutex_before_lock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_before_lock()
180 void __tsan_mutex_after_lock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_after_lock()
187 void __tsan_mutex_before_unlock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_before_unlock()