Searched refs:DEFINE_INT (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | flag-definitions.h | 163 #define DEFINE_INT(nam, def, cmt) FLAG(INT, int, nam, def, cmt) macro 290 DEFINE_INT(page_promotion_threshold, 70, 337 DEFINE_INT(interrupt_budget, 144 * KB, 384 DEFINE_INT(concurrent_recompilation_queue_length, 8, 386 DEFINE_INT(concurrent_recompilation_delay, 0, 397 DEFINE_INT(stress_runs, 0, "number of stress runs") 398 DEFINE_INT(deopt_every_n_times, 0, 455 DEFINE_INT(max_inlined_bytecode_size, 500, 457 DEFINE_INT(max_inlined_bytecode_size_cumulative, 1000, 459 DEFINE_INT(max_inlined_bytecode_size_absolute, 5000, [all …]
|