Home
last modified time | relevance | path

Searched refs:CODE_GEN_AVG_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dexec-all.h112 #define CODE_GEN_AVG_BLOCK_SIZE 128 macro
114 #define CODE_GEN_AVG_BLOCK_SIZE 64 macro
Dexec.c504 code_gen_max_blocks = code_gen_buffer_size / CODE_GEN_AVG_BLOCK_SIZE; in code_gen_alloc()