Home
last modified time | relevance | path

Searched refs:arr_used (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_generic_regs.h354 Int arr_used; member
368 if (LIKELY(ha->arr_used < ha->arr_size)) { in addHInstr()
369 ha->arr[ha->arr_used] = instr; in addHInstr()
370 ha->arr_used++; in addHInstr()
Dhost_generic_regs.c289 ha->arr_used = 0; in newHInstrArray()
298 vassert(ha->arr_used == ha->arr_size); in addHInstr_SLOW()
Dhost_generic_reg_alloc2.c457 vassert(instrs_in->arr_used <= 15000); in doRegisterAllocation()
558 = LibVEX_Alloc_inline(sizeof(HRegUsage) * instrs_in->arr_used-1); in doRegisterAllocation()
588 for (Int ii = 0; ii < instrs_in->arr_used; ii++) { in doRegisterAllocation()
982 for (Int ii = 0; ii < instrs_in->arr_used; ii++) { in doRegisterAllocation()
1001 || ii == instrs_in->arr_used-1 in doRegisterAllocation()
1457 reg_usage_arr, ii+1, instrs_in->arr_used, rreg_state, n_rregs ); in doRegisterAllocation()
Dmain_main.c1062 for (i = 0; i < vcode->arr_used; i++) { in libvex_BackEnd()
1083 for (i = 0; i < rcode->arr_used; i++) { in libvex_BackEnd()
1106 for (i = 0; i < rcode->arr_used; i++) { in libvex_BackEnd()
/external/valgrind/
DNEWS2072 303250 Assertion `instrs_in->arr_used <= 10000' failed w/ OpenSSL code