Lines Matching refs:dstP
1608 UChar* dstP; in VG_() local
1683 dstP = (UChar*)tcptr; in VG_()
1685 VG_(memcpy)(dstP, srcP, code_len); in VG_()
1729 dstP + offs_profInc, in VG_()
1734 VG_(invalidate_icache)( dstP, code_len ); in VG_()
2229 HChar *srcP, *dstP; in VG_() local
2260 dstP = (HChar*)&unredir_tc[unredir_tc_used]; in VG_()
2263 dstP[j] = srcP[j]; in VG_()
2265 VG_(invalidate_icache)( dstP, code_len ); in VG_()
2269 unredir_tt[i].hcode = (Addr)dstP; in VG_()
2275 vg_assert(&dstP[code_len] <= (HChar*)&unredir_tc[unredir_tc_used]); in VG_()