Searched refs:code_gen_size (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c1087 int code_gen_size; local
1104 cpu_gen_code(env, tb, &code_gen_size);
1105 code_gen_ptr = (void *)(((uintptr_t)code_gen_ptr + code_gen_size + CODE_GEN_ALIGN - 1) & ~(CODE_GEN_ALIGN - 1));

Completed in 60 milliseconds