Home
last modified time | relevance | path

Searched refs:predictable (Results 1 – 25 of 40) sorted by relevance

12

/external/v8/tools/testrunner/objects/
Dcontext.py33 predictable, no_harness, use_perf_data): argument
48 self.predictable = predictable
56 self.rerun_failures_max, self.predictable, self.no_harness,
/external/v8/src/
Dflag-definitions.h842 DEFINE_BOOL(predictable, false, "enable predictable mode")
843 DEFINE_NEG_IMPLICATION(predictable, concurrent_recompilation)
844 DEFINE_NEG_IMPLICATION(predictable, concurrent_osr)
845 DEFINE_NEG_IMPLICATION(predictable, concurrent_sweeping)
846 DEFINE_NEG_IMPLICATION(predictable, parallel_compaction)
847 DEFINE_NEG_IMPLICATION(predictable, memory_reducer)
/external/v8/tools/
Drun-tests.py501 if options.predictable:
663 if options.predictable:
683 options.predictable,
711 "predictable": options.predictable,
/external/jemalloc/
DREADME4 way into numerous applications that rely on its predictable behavior. In 2010
/external/v8/tools/testrunner/local/
Dexecution.py336 if self.context.predictable:
359 not self.context.predictable or
/external/v8/test/cctest/
Dtest-macro-assembler-mips.cc215 PredictableCodeSizeScope predictable( in TEST() local
287 PredictableCodeSizeScope predictable( in TEST() local
Dtest-macro-assembler-mips64.cc259 PredictableCodeSizeScope predictable( in TEST() local
332 PredictableCodeSizeScope predictable( in TEST() local
Dtest-assembler-mips.cc3159 PredictableCodeSizeScope predictable( in TEST() local
3237 PredictableCodeSizeScope predictable( in TEST() local
3314 PredictableCodeSizeScope predictable( in TEST() local
Dtest-assembler-mips64.cc3230 PredictableCodeSizeScope predictable( in TEST() local
3308 PredictableCodeSizeScope predictable( in TEST() local
3388 PredictableCodeSizeScope predictable( in TEST() local
/external/llvm/test/Transforms/IndVarSimplify/
Dexit_value_tests.ll2 ; these loops all have predictable exit values we can replace the use outside
/external/dbus/
DINSTALL21 detection, is during packaging of binary builds, where a predictable
37 detection, is during packaging of binary builds, where a predictable
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dselect.ll6 ; avoid stalling an out-of-order CPU on a predictable branch.
/external/shflags/doc/
Dcoding_standards.txt48 from users own scripts so that the shell name space remains predictable to
/external/llvm/docs/Frontend/
DPerformanceTips.rst162 which end in highly predictable terminators into their successor blocks.
/external/v8/test/mjsunit/
Dmjsunit.status726 ['predictable == True', {
730 }], # 'predictable == True'
/external/clang/docs/
DControlFlowIntegrityDesign.rst295 between function entry points is predictable and controllable. In the object
/external/chromium-trace/catapult/third_party/webapp2/
DCHANGES486 This is the intended, more predictable behavior: default is a default for
/external/c-ares/
DCHANGES470 be an identical and predictable sequence of IDs.
721 predictable. In general, predictability of DNS Transaction ID is a well
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc343 PredictableCodeSizeScope predictable(masm_); in Generate() local
344 predictable.ExpectSize( in Generate()
481 PredictableCodeSizeScope predictable(masm_, -1); in EmitReturnSequence() local
/external/protobuf/
DCHANGES.txt515 predictable among other things.
/external/llvm/docs/
DWritingAnLLVMPass.rst337 referring to function bodies in no predictable order, or adding and removing
443 predictable, local behavior that can be expected by the system. All
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md750 parameters in a specific, predictable and configurable order.
/external/chromium-trace/catapult/third_party/flot/
DNEWS.md487 - More predictable handling of gaps for the stacking plugin, now all
/external/v8/src/arm/
Dcode-stubs-arm.cc4535 PredictableCodeSizeScope predictable(masm); in MaybeCallEntryHook() local
4536 predictable.ExpectSize(masm->CallStubSize(&stub) + in MaybeCallEntryHook()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc5412 PredictableCodeSizeScope predictable(masm()); in DoStackCheck() local
5413 predictable.ExpectSize(CallCodeSize(stack_check, RelocInfo::CODE_TARGET)); in DoStackCheck()

12