HomeSort by relevance Sort by last modified time
    Searched refs:code_gen_max_blocks (Results 1 - 3 of 3) sorted by null

  /external/qemu/include/exec/
exec-all.h 234 extern int code_gen_max_blocks;
  /external/qemu/
translate-all.c 627 tcg_ctx.code_gen_max_blocks = tcg_ctx.code_gen_buffer_size /
630 g_malloc(tcg_ctx.code_gen_max_blocks * sizeof(TranslationBlock));
660 if (tcg_ctx.tb_ctx.nb_tbs >= tcg_ctx.code_gen_max_blocks ||
    [all...]
  /external/qemu/tcg/
tcg.h 518 int code_gen_max_blocks; member in struct:TCGContext

Completed in 624 milliseconds