Home | History | Annotate | Download | only in rtl

Lines Matching refs:caller_pc

200     const uptr caller_pc = GET_CALLER_PC(); \
201 ScopedInterceptor si(thr, #func, caller_pc); \
1982 const uptr caller_pc;
2012 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \
2018 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \