Home | History | Annotate | Download | only in src

Lines Matching refs:DEFINE_bool

88 #define DEFINE_bool(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt)
100 DEFINE_bool(debug_code, false,
102 DEFINE_bool(emit_branch_hints, false, "emit branch hints")
103 DEFINE_bool(push_pop_elimination, true,
105 DEFINE_bool(print_push_pop_elimination, false,
107 DEFINE_bool(enable_sse2, true,
109 DEFINE_bool(enable_sse3, true,
111 DEFINE_bool(enable_cmov, true,
113 DEFINE_bool(enable_rdtsc, true,
115 DEFINE_bool(enable_sahf, true,
117 DEFINE_bool(enable_vfp3, true,
119 DEFINE_bool(enable_armv7, true,
125 DEFINE_bool(expose_gc, false, "expose gc extension")
129 DEFINE_bool(inline_new, true, "use fast inline allocation")
132 DEFINE_bool(stack_trace_on_abort, true,
136 DEFINE_bool(trace, false, "trace function calls")
137 DEFINE_bool(defer_negation, true, "defer negation operation")
140 DEFINE_bool(lazy, true, "use lazy compilation")
141 DEFINE_bool(debug_info, true, "add debug information to compiled functions")
144 DEFINE_bool(strict, false, "strict error checking")
147 DEFINE_bool(full_compiler, true, "enable dedicated backend for run-once code")
148 DEFINE_bool(fast_compiler, false, "enable speculative optimizing backend")
149 DEFINE_bool(always_full_compiler, false,
151 DEFINE_bool(always_fast_compiler, false,
153 DEFINE_bool(trace_bailout, false,
157 DEFINE_bool(compilation_cache, true, "enable compilation cache")
160 DEFINE_bool(remote_debugging, false, "enable remote debugging")
161 DEFINE_bool(trace_debug_json, false, "trace debugging JSON request/response")
162 DEFINE_bool(debugger_auto_break, true,
173 DEFINE_bool(gc_global, false, "always perform global GCs")
175 DEFINE_bool(trace_gc, false,
177 DEFINE_bool(trace_gc_verbose, false,
179 DEFINE_bool(collect_maps, true,
183 DEFINE_bool(use_idle_notification, true,
186 DEFINE_bool(use_ic, true, "use inline caching")
189 DEFINE_bool(native_code_counters, false,
193 DEFINE_bool(always_compact, false, "Perform compaction on every full GC")
194 DEFINE_bool(never_compact, false,
196 DEFINE_bool(cleanup_ics_at_gc, true,
198 DEFINE_bool(cleanup_caches_in_maps_at_gc, true,
201 DEFINE_bool(canonicalize_object_literal_maps, true,
204 DEFINE_bool(use_big_map_space, true,
213 DEFINE_bool(h, false, "print this message")
214 DEFINE_bool(new_snapshot, true, "use new snapshot implementation")
217 DEFINE_bool(allow_natives_syntax, false, "allow natives syntax")
220 DEFINE_bool(optimize_ast, true, "optimize the ast")
223 DEFINE_bool(trace_sim, false, "trace simulator execution")
227 DEFINE_bool(trace_exception, false,
229 DEFINE_bool(preallocate_message_memory, false,
233 DEFINE_bool(usage_computation, true, "compute variable usage counts")
236 DEFINE_bool(preemption, false,
240 DEFINE_bool(trace_regexps, false, "trace regexp execution")
241 DEFINE_bool(regexp_optimization, true, "generate optimized regexp code")
242 DEFINE_bool(regexp_entry_native, true, "use native code to enter regexp")
245 DEFINE_bool(testing_bool_flag, true, "testing_bool_flag")
262 DEFINE_bool(help, false, "Print usage message, including flags, on console")
263 DEFINE_bool(dump_counters, false, "Dump counters on exit")
264 DEFINE_bool(debugger, true, "Enable JavaScript debugger")
265 DEFINE_bool(remote_debugger, false, "Connect JavaScript debugger to the "
267 DEFINE_bool(debugger_agent, false, "Enable debugger agent")
284 DEFINE_bool(enable_slow_asserts, false,
288 DEFINE_bool(trace_codegen, false,
290 DEFINE_bool(print_source, false, "pretty print source code")
291 DEFINE_bool(print_builtin_source, false,
293 DEFINE_bool(print_ast, false, "print source AST")
294 DEFINE_bool(print_builtin_ast, false, "print source AST for builtins")
295 DEFINE_bool(print_json_ast, false, "print source AST as JSON")
296 DEFINE_bool(print_builtin_json_ast, false,
298 DEFINE_bool(trace_calls, false, "trace calls")
299 DEFINE_bool(trace_builtin_calls, false, "trace builtins calls")
303 DEFINE_bool(print_builtin_scopes, false, "print scopes for builtins")
304 DEFINE_bool(print_scopes, false, "print scopes")
305 DEFINE_bool(print_ir, false, "print the AST as seen by the backend")
308 DEFINE_bool(trace_contexts, false, "trace contexts operations")
311 DEFINE_bool(gc_greedy, false, "perform GC prior to some allocations")
312 DEFINE_bool(gc_verbose, false, "print stuff during garbage collection")
313 DEFINE_bool(heap_stats, false, "report heap statistics before and after GC")
314 DEFINE_bool(code_stats, false, "report code statistics after GC")
315 DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC")
316 DEFINE_bool(print_handles, false, "report handles after GC")
317 DEFINE_bool(print_global_handles, false, "report global handles after GC")
318 DEFINE_bool(print_rset, false, "print remembered sets before GC")
321 DEFINE_bool(trace_ic, false, "trace inline cache state transitions")
324 DEFINE_bool(trace_normalization,
329 DEFINE_bool(trace_lazy, false, "trace lazy compilation")
332 DEFINE_bool(debug_serialization, false,
336 DEFINE_bool(collect_heap_spill_statistics, false,
341 DEFINE_bool(regexp_possessive_quantifier,
344 DEFINE_bool(trace_regexp_bytecodes, false, "trace regexp bytecode execution")
345 DEFINE_bool(trace_regexp_assembler,
360 DEFINE_bool(log, false,
362 DEFINE_bool(log_all, false, "Log all events to the log file.")
363 DEFINE_bool(log_runtime, false, "Activate runtime system %Log call.")
364 DEFINE_bool(log_api, false, "Log API events to the log file.")
365 DEFINE_bool(log_code, false,
367 DEFINE_bool(log_gc, false,
369 DEFINE_bool(log_handles, false, "Log global handle events.")
370 DEFINE_bool(log_snapshot_positions, false,
372 DEFINE_bool(log_state_changes, false, "Log state changes.")
373 DEFINE_bool(log_suspect, false, "Log suspect operations.")
374 DEFINE_bool(log_producers, false, "Log stack traces of JS objects allocations.")
375 DEFINE_bool(compress_log, false,
377 DEFINE_bool(prof, false,
379 DEFINE_bool(prof_auto, true,
381 DEFINE_bool(prof_lazy, false,
384 DEFINE_bool(log_regexp, false, "Log regular expression execution.")
385 DEFINE_bool(sliding_state_window, false,
388 DEFINE_bool(oprofile, false, "Enable JIT agent for OProfile.")
398 DEFINE_bool(protect_heap, false,
414 DEFINE_bool(print_code_stubs, false, "print code stubs")
417 DEFINE_bool(print_code, false, "print generated code")
418 DEFINE_bool(print_builtin_code, false, "print generated code for builtins")
425 #undef DEFINE_bool