Searched refs:stmts2 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dir_defs.c3451 IRStmt** stmts2 = LibVEX_Alloc_inline(2 * bb->stmts_size * sizeof(IRStmt*)); local
3453 stmts2[i] = bb->stmts[i];
3454 bb->stmts = stmts2;

Completed in 47 milliseconds