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

/vbox/src/recompiler/
H A Dexec.c106 static int nb_tbs; variable
789 printf("qemu: flush code_size=%ld nb_tbs=%d avg_tb_size=%ld\n",
791 nb_tbs, nb_tbs > 0 ?
792 ((unsigned long)(code_gen_ptr - code_gen_buffer)) / nb_tbs : 0);
797 nb_tbs = 0;
1376 if (nb_tbs >= code_gen_max_blocks ||
1379 tb = &tbs[nb_tbs++];
1390 if (nb_tbs > 0 && tb == &tbs[nb_tbs
[all...]

Completed in 76 milliseconds