/external/v8/tools/testrunner/objects/ |
D | context.py | 33 predictable, no_harness, use_perf_data): argument 48 self.predictable = predictable 56 self.rerun_failures_max, self.predictable, self.no_harness,
|
/external/v8/src/ |
D | flag-definitions.h | 842 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/ |
D | run-tests.py | 501 if options.predictable: 663 if options.predictable: 683 options.predictable, 711 "predictable": options.predictable,
|
/external/jemalloc/ |
D | README | 4 way into numerous applications that rely on its predictable behavior. In 2010
|
/external/v8/tools/testrunner/local/ |
D | execution.py | 336 if self.context.predictable: 359 not self.context.predictable or
|
/external/v8/test/cctest/ |
D | test-macro-assembler-mips.cc | 215 PredictableCodeSizeScope predictable( in TEST() local 287 PredictableCodeSizeScope predictable( in TEST() local
|
D | test-macro-assembler-mips64.cc | 259 PredictableCodeSizeScope predictable( in TEST() local 332 PredictableCodeSizeScope predictable( in TEST() local
|
D | test-assembler-mips.cc | 3159 PredictableCodeSizeScope predictable( in TEST() local 3237 PredictableCodeSizeScope predictable( in TEST() local 3314 PredictableCodeSizeScope predictable( in TEST() local
|
D | test-assembler-mips64.cc | 3230 PredictableCodeSizeScope predictable( in TEST() local 3308 PredictableCodeSizeScope predictable( in TEST() local 3388 PredictableCodeSizeScope predictable( in TEST() local
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | exit_value_tests.ll | 2 ; these loops all have predictable exit values we can replace the use outside
|
/external/dbus/ |
D | INSTALL | 21 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/ |
D | select.ll | 6 ; avoid stalling an out-of-order CPU on a predictable branch.
|
/external/shflags/doc/ |
D | coding_standards.txt | 48 from users own scripts so that the shell name space remains predictable to
|
/external/llvm/docs/Frontend/ |
D | PerformanceTips.rst | 162 which end in highly predictable terminators into their successor blocks.
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 726 ['predictable == True', { 730 }], # 'predictable == True'
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 295 between function entry points is predictable and controllable. In the object
|
/external/chromium-trace/catapult/third_party/webapp2/ |
D | CHANGES | 486 This is the intended, more predictable behavior: default is a default for
|
/external/c-ares/ |
D | CHANGES | 470 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/ |
D | full-codegen-arm.cc | 343 PredictableCodeSizeScope predictable(masm_); in Generate() local 344 predictable.ExpectSize( in Generate() 481 PredictableCodeSizeScope predictable(masm_, -1); in EmitReturnSequence() local
|
/external/protobuf/ |
D | CHANGES.txt | 515 predictable among other things.
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 337 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/ |
D | requirements.md | 750 parameters in a specific, predictable and configurable order.
|
/external/chromium-trace/catapult/third_party/flot/ |
D | NEWS.md | 487 - More predictable handling of gaps for the stacking plugin, now all
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 4535 PredictableCodeSizeScope predictable(masm); in MaybeCallEntryHook() local 4536 predictable.ExpectSize(masm->CallStubSize(&stub) + in MaybeCallEntryHook()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 5412 PredictableCodeSizeScope predictable(masm()); in DoStackCheck() local 5413 predictable.ExpectSize(CallCodeSize(stack_check, RelocInfo::CODE_TARGET)); in DoStackCheck()
|