Home
last modified time | relevance | path

Searched refs:FuncEntry (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc168 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/
Dtsan_interface_inl.h104 FuncEntry(cur_thread(), (uptr)pc); in __tsan_func_entry()
Dtsan_interface_atomic.cc470 FuncEntry(thr_, pc); in ScopedAtomic()
856 FuncEntry(thr, cpc); \
866 FuncEntry(thr, cpc); \
Dtsan_interface_java.cc44 FuncEntry(thr, pc); in ScopedJavaFunc()
Dtsan_interface_ann.cc37 FuncEntry(thr_, pc); in ScopedAnnotation()
Dtsan_rtl.h705 void FuncEntry(ThreadState *thr, uptr pc);
Dtsan_rtl.cc927 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
Dtsan_interceptors.cc264 FuncEntry(thr, pc); in ScopedInterceptor()