OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_gen_max_blocks
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
exec-all.h
260
extern int
code_gen_max_blocks
;
exec.c
88
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));
[
all
...]
Completed in 273 milliseconds