Searched defs:bb_in (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_load_store.c581 IRSB* const bb_in,
595 bb->tyenv = deepCopyIRTypeEnv(bb_in->tyenv);
596 bb->next = deepCopyIRExpr(bb_in->next);
597 bb->jumpkind = bb_in->jumpkind;
598 bb->offsIP = bb_in->offsIP;
600 for (i = 0; i < bb_in->stmts_used; i++)
602 IRStmt* const st = bb_in->stmts[i];
727 dataTy = typeOfIRTemp(bb_in->tyenv, st->Ist.LLSC.result);
580 instrument(VgCallbackClosure* const closure, IRSB* const bb_in, VexGuestLayout* const layout, VexGuestExtents* const vge, IRType const gWordTy, IRType const hWordTy) argument
/external/valgrind/main/VEX/
H A Dtest_main.c82 IRSB* bb_in, VexGuestLayout* layout,
276 IRSB* ac_instrument (IRSB* bb_in, VexGuestLayout* layout, IRType hWordTy )
291 bb->tyenv = dopyIRTypeEnv(bb_in->tyenv);
292 bb->next = dopyIRExpr(bb_in->next);
293 bb->jumpkind = bb_in->jumpkind;
296 assert(isIRAtom(bb_in->next));
298 for (i = 0; i < bb_in->stmts_used; i++) {
299 st = bb_in->stmts[i];
346 sz = sizeofIRType(typeOfIRExpr(bb_in->tyenv, data));
2571 IRSB* bb_in, VexGuestLayou
2570 mc_instrument( void* closureV, IRSB* bb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy ) argument
[all...]

Completed in 133 milliseconds