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.cc126 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/
Dtsan_interface_inl.h72 FuncEntry(cur_thread(), (uptr)pc); in __tsan_func_entry()
Dtsan_interface_java.cc44 FuncEntry(thr, pc); in ScopedJavaFunc()
Dtsan_interface_ann.cc37 FuncEntry(thr_, pc); in ScopedAnnotation()
Dtsan_rtl.h631 void FuncEntry(ThreadState *thr, uptr pc);
Dtsan_rtl.cc894 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
Dtsan_interface_atomic.cc74 FuncEntry(thr_, pc); in ScopedAtomic()
Dtsan_interceptors.cc176 FuncEntry(thr, pc); in ScopedInterceptor()