Searched refs:sbIn (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/exp-sgcheck/ |
D | h_main.c | 609 IRSB* sbIn, in h_instrument() argument 640 pce.sb = deepCopyIRSBExceptStmts(sbIn); in h_instrument() 648 for (i = 0; i < sbIn->tyenv->types_used; i++) { in h_instrument() 654 tl_assert( VG_(sizeXA)( pce.qmpMap ) == sbIn->tyenv->types_used ); in h_instrument() 666 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) { in h_instrument() 667 IRStmt* st = sbIn->stmts[i]; in h_instrument() 670 stmt( 'C', &pce, sbIn->stmts[i] ); in h_instrument() 676 tl_assert(sbIn->stmts_used > 0); in h_instrument() 678 tl_assert(i < sbIn->stmts_used); in h_instrument() 679 tl_assert(sbIn->stmts[i]->tag == Ist_IMark); in h_instrument() [all …]
|
D | h_main.h | 72 IRSB* sbIn,
|
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 336 IRSB* sbIn, const VexGuestLayout* layout, in bbv_instrument() argument 356 sbOut = deepCopyIRSBExceptStmts(sbIn); in bbv_instrument() 360 while ( (i < sbIn->stmts_used) && (sbIn->stmts[i]->tag!=Ist_IMark)) { in bbv_instrument() 361 addStmtToIRSB( sbOut, sbIn->stmts[i] ); in bbv_instrument() 366 tl_assert(sbIn->stmts_used > 0); in bbv_instrument() 367 st = sbIn->stmts[i]; in bbv_instrument() 411 while(i < sbIn->stmts_used) { in bbv_instrument() 412 st=sbIn->stmts[i]; in bbv_instrument()
|
/external/valgrind/callgrind/ |
D | main.c | 861 void CLG_(collectBlockInfo)(IRSB* sbIn, in CLG_() 877 if (!sbIn) return; in CLG_() 879 for (i = 0; i < sbIn->stmts_used; i++) { in CLG_() 880 st = sbIn->stmts[i]; in CLG_() 954 IRSB* sbIn, in CLG_() 966 IRTypeEnv* tyenv = sbIn->tyenv; in CLG_() 977 return sbIn; in CLG_() 983 clgs.sbOut = deepCopyIRSBExceptStmts(sbIn); in CLG_() 987 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) { in CLG_() 988 addStmtToIRSB( clgs.sbOut, sbIn->stmts[i] ); in CLG_() [all …]
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 601 SB_info* get_SB_info(IRSB* sbIn, Addr origAddr) in get_SB_info() argument 609 for (i = 0; i < sbIn->stmts_used; i++) { in get_SB_info() 610 st = sbIn->stmts[i]; in get_SB_info() 1042 IRSB* sbIn, in cg_instrument() argument 1053 IRTypeEnv* tyenv = sbIn->tyenv; in cg_instrument() 1062 cgs.sbOut = deepCopyIRSBExceptStmts(sbIn); in cg_instrument() 1066 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) { in cg_instrument() 1067 addStmtToIRSB( cgs.sbOut, sbIn->stmts[i] ); in cg_instrument() 1072 tl_assert(sbIn->stmts_used > 0); in cg_instrument() 1073 tl_assert(i < sbIn->stmts_used); in cg_instrument() [all …]
|
/external/valgrind/lackey/ |
D | lk_main.c | 654 IRSB* sbIn, in lk_instrument() argument 663 IRTypeEnv* tyenv = sbIn->tyenv; in lk_instrument() 674 sbOut = deepCopyIRSBExceptStmts(sbIn); in lk_instrument() 678 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) { in lk_instrument() 679 addStmtToIRSB( sbOut, sbIn->stmts[i] ); in lk_instrument() 705 for (/*use current i*/; i < sbIn->stmts_used; i++) { in lk_instrument() 706 IRStmt* st = sbIn->stmts[i]; in lk_instrument()
|
/external/valgrind/exp-dhat/ |
D | dh_main.c | 873 IRSB* sbIn, in dh_instrument() argument 881 IRTypeEnv* tyenv = sbIn->tyenv; in dh_instrument() 890 sbOut = deepCopyIRSBExceptStmts(sbIn); in dh_instrument() 894 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) { in dh_instrument() 895 addStmtToIRSB( sbOut, sbIn->stmts[i] ); in dh_instrument() 899 for (/*use current i*/; i < sbIn->stmts_used; i++) { in dh_instrument() 900 IRStmt* st = sbIn->stmts[i]; in dh_instrument()
|
/external/valgrind/massif/ |
D | ms_main.c | 1683 static IRSB* ms_instrument2( IRSB* sbIn ) in ms_instrument2() argument 1693 sbOut = deepCopyIRSBExceptStmts(sbIn); in ms_instrument2() 1695 for (i = 0; i < sbIn->stmts_used; i++) { in ms_instrument2() 1696 IRStmt* st = sbIn->stmts[i]; in ms_instrument2() 1721 IRSB* sbIn, in ms_instrument() argument 1735 if (clo_time_unit == TimeI) { return ms_instrument2(sbIn); } in ms_instrument() 1736 else if (clo_time_unit == TimeMS) { return sbIn; } in ms_instrument() 1737 else if (clo_time_unit == TimeB) { return sbIn; } in ms_instrument()
|