Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/testrunner/
H A Dstandard_runner.py20 from testrunner.objects import predictable namespace
193 if self.build_config.predictable:
195 options.extra_flags.append('--predictable')
196 options.extra_flags.append('--verify-predictable')
198 # Add predictable wrapper to command prefix.
292 if self.build_config.predictable:
293 outproc_factory = predictable.get_outproc
383 if not self.build_config.predictable:
385 return predictable.PredictableFilterProc()
H A Dbase_runner.py183 self.predictable = build_config['v8_enable_verify_predictable']
225 if self.predictable:
226 detected_options.append('predictable')
725 "predictable": self.build_config.predictable,
772 if self.build_config.predictable:
/third_party/node/deps/v8/src/flags/
H A Dflag-definitions.h720 DEFINE_NEG_IMPLICATION(predictable, concurrent_sparkplug)
2183 DEFINE_BOOL(predictable, false, "enable predictable mode")
2184 DEFINE_NEG_IMPLICATION(predictable, memory_reducer)
2187 DEFINE_IMPLICATION(predictable, single_threaded_gc)
2188 DEFINE_NEG_IMPLICATION(predictable, concurrent_recompilation)
2189 DEFINE_NEG_IMPLICATION(predictable, stress_concurrent_inlining)
2190 DEFINE_NEG_IMPLICATION(predictable, lazy_compile_dispatcher)
2191 DEFINE_NEG_IMPLICATION(predictable, parallel_compile_tasks_for_eager_toplevel)
2192 DEFINE_NEG_IMPLICATION(predictable, parallel_compile_tasks_for_laz
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dsynth_filter_vfp.S105 bne 2f @ strongly predictable, so better than cond exec in this case
/third_party/ffmpeg/libavcodec/x86/
H A Dlossless_audiodsp.asm154 ; linear is faster than branch tree or jump table, because the branches taken are cyclic (i.e. predictable)

Completed in 6 milliseconds