Home | History | Annotate | Download | only in rtl

Lines Matching refs:caller_pc

256     const uptr caller_pc = GET_CALLER_PC(); \
257 ScopedInterceptor si(thr, #func, caller_pc); \
2250 const uptr caller_pc;
2302 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \
2308 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \