Searched refs:FuncEntry (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 126 FuncEntry(thr, callpc); in __tsan_read_pc() 138 FuncEntry(thr, callpc); in __tsan_write_pc() 153 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_inl.h | 72 FuncEntry(cur_thread(), (uptr)pc); in __tsan_func_entry()
|
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 | 631 void FuncEntry(ThreadState *thr, uptr pc);
|
D | tsan_rtl.cc | 894 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
|
D | tsan_interface_atomic.cc | 74 FuncEntry(thr_, pc); in ScopedAtomic()
|
D | tsan_interceptors.cc | 176 FuncEntry(thr, pc); in ScopedInterceptor()
|