Searched refs:FuncEntry (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 168 FuncEntry(thr, callpc); in __tsan_read_pc() 180 FuncEntry(thr, callpc); in __tsan_write_pc() 195 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_inl.h | 104 FuncEntry(cur_thread(), (uptr)pc); in __tsan_func_entry()
|
D | tsan_interface_atomic.cc | 470 FuncEntry(thr_, pc); in ScopedAtomic() 856 FuncEntry(thr, cpc); \ 866 FuncEntry(thr, cpc); \
|
D | tsan_interface_java.cc | 44 FuncEntry(thr, pc); in ScopedJavaFunc()
|
D | tsan_interface_ann.cc | 37 FuncEntry(thr_, pc); in ScopedAnnotation()
|
D | tsan_rtl.h | 705 void FuncEntry(ThreadState *thr, uptr pc);
|
D | tsan_rtl.cc | 927 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
|
D | tsan_interceptors.cc | 264 FuncEntry(thr, pc); in ScopedInterceptor()
|