Searched refs:code_gen_max_blocks (Results 1 – 3 of 3) sorted by relevance
627 tcg_ctx.code_gen_max_blocks = tcg_ctx.code_gen_buffer_size / in code_gen_alloc()630 g_malloc(tcg_ctx.code_gen_max_blocks * sizeof(TranslationBlock)); in code_gen_alloc()660 if (tcg_ctx.tb_ctx.nb_tbs >= tcg_ctx.code_gen_max_blocks || in tb_alloc()1606 tcg_ctx.tb_ctx.nb_tbs, tcg_ctx.code_gen_max_blocks); in dump_exec_info()
234 extern int code_gen_max_blocks;
518 int code_gen_max_blocks; member