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

/external/qemu/
H A Dexec.c88 int code_gen_max_blocks; variable
509 code_gen_max_blocks = code_gen_buffer_size / CODE_GEN_AVG_BLOCK_SIZE;
510 tbs = qemu_malloc(code_gen_max_blocks * sizeof(TranslationBlock));
1201 if (nb_tbs >= code_gen_max_blocks ||
3931 nb_tbs, code_gen_max_blocks);

Completed in 188 milliseconds