Searched refs:goff_sp (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/exp-dhat/ |
D | dh_main.c | 800 Int goff_sp) in addMemEvent() argument 838 addStmtToIRSB( sbOut, assign(sp, IRExpr_Get(goff_sp, tyAddr))); in addMemEvent() 883 const Int goff_sp = layout->offset_SP; in dh_instrument() local 928 aexpr, goff_sp ); in dh_instrument() 938 aexpr, goff_sp ); in dh_instrument() 956 dataSize, d->mAddr, goff_sp ); in dh_instrument() 959 dataSize, d->mAddr, goff_sp ); in dh_instrument() 981 dataSize, cas->addr, goff_sp ); in dh_instrument() 983 dataSize, cas->addr, goff_sp ); in dh_instrument() 994 st->Ist.LLSC.addr, goff_sp ); in dh_instrument() [all …]
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4424 Int goff_sp, in instrument_mem_access() argument 4539 addStmtToIRSB( sbOut, assign(sp, IRExpr_Get(goff_sp, tyAddr))); in instrument_mem_access() 4635 const Int goff_sp = layout->offset_SP; in hg_instrument() local 4730 sizeofIRType(hWordTy), goff_sp, in hg_instrument() 4751 sizeofIRType(hWordTy), goff_sp, in hg_instrument() 4769 sizeofIRType(hWordTy), goff_sp, in hg_instrument() 4784 goff_sp, sg->guard ); in hg_instrument() 4798 goff_sp, lg->guard ); in hg_instrument() 4811 sizeofIRType(hWordTy), goff_sp, in hg_instrument() 4832 sizeofIRType(hWordTy), goff_sp, NULL/*no-guard*/ in hg_instrument() [all …]
|