Home | History | Annotate | Download | only in src

Lines Matching full:true

103 DEFINE_bool(push_pop_elimination, true,
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,
129 DEFINE_bool(inline_new, true, "use fast inline allocation")
132 DEFINE_bool(stack_trace_on_abort, true,
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")
147 DEFINE_bool(full_compiler, true, "enable dedicated backend for run-once code")
157 DEFINE_bool(compilation_cache, true, "enable compilation cache")
162 DEFINE_bool(debugger_auto_break, true,
179 DEFINE_bool(collect_maps, true,
183 DEFINE_bool(use_idle_notification, true,
186 DEFINE_bool(use_ic, true, "use inline caching")
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,
214 DEFINE_bool(new_snapshot, true, "use new snapshot implementation")
220 DEFINE_bool(optimize_ast, true, "optimize the ast")
233 DEFINE_bool(usage_computation, true, "compute variable usage counts")
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")
264 DEFINE_bool(debugger, true, "Enable JavaScript debugger")
379 DEFINE_bool(prof_auto, true,