/third_party/node/deps/v8/src/logging/ |
D | runtime-call-stats.h | 320 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, AllocateFPRegisters) \ 321 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, AllocateSIMD128Registers) \ 322 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, AllocateGeneralRegisters) \ 323 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, AssembleCode) \ 324 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, AssignSpillSlots) \ 325 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, BranchConditionDuplication) \ 326 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, BuildLiveRangeBundles) \ 327 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, BuildLiveRanges) \ 328 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, BytecodeGraphBuilder) \ 329 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, CommitAssignment) \ [all …]
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 38 Optimize = "false" 58 Optimize = "true"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 131 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() argument 134 if (Optimize) { in finalizeStringTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | StringTableBuilder.h | 34 void finalizeStringTable(bool Optimize);
|
/third_party/node/deps/v8/src/compiler/ |
D | control-flow-optimizer.h | 33 void Optimize();
|
D | memory-optimizer.h | 37 void Optimize();
|
D | control-flow-optimizer.cc | 30 void ControlFlowOptimizer::Optimize() { in Optimize() function in v8::internal::compiler::ControlFlowOptimizer
|
/third_party/protobuf/ |
D | CONTRIBUTORS.txt | 88 * Optimize Java serialization code when writing a small message to a stream. 89 * Optimize Java serialization of strings so that UTF-8 encoding happens only
|
/third_party/node/deps/v8/src/execution/ |
D | tiering-manager.h | 52 void Optimize(JSFunction function, CodeKind code_kind,
|
D | tiering-manager.cc | 142 void TieringManager::Optimize(JSFunction function, CodeKind code_kind, in Optimize() function in v8::internal::TieringManager 324 if (d.should_optimize()) Optimize(function, code_kind, d); in MaybeOptimizeFrame()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | coverage_test.go | 213 tree.Optimize() 254 tree.Optimize() 290 tree.Optimize()
|
D | optimization.go | 25 func (t *Tree) Optimize() { func
|
/third_party/node/deps/v8/src/builtins/ |
D | promise-all-element-closure.tq | 21 // TODO(gsathya): Optimize the creation using a cached map to 44 // TODO(gsathya): Optimize the creation using a cached map to
|
/third_party/optimized-routines/ |
D | config.mk.dist | 30 # Optimize the shared libraries on aarch64 assuming they fit in 1M.
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.5.rst | 72 - Optimize-out redundant glMaterial and glShadeModel calls in display
|
D | 20.0.7.rst | 102 - nir/algebraic: Optimize ushr of pack_half, not ishr
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a4.rst | 344 Optimize asyncio.iscoroutine() and loop.create_task() for non-native 366 Optimize asyncio.gather(); now up to 15% faster. 384 Optimize asyncio.Future schedule/add/remove callback. The optimization
|
D | 3.6.0b4.rst | 188 Optimize loop.call_soon.
|
D | 3.5.0b1.rst | 82 Optimize set_merge() for cases where the target is empty. (Contributed by 121 Optimize property() getter calls. Patch by Joe Jevnik.
|
D | 3.6.0b3.rst | 216 Optimize csv.DictWriter for large number of columns. Patch by Mariatta
|
/third_party/typescript/ |
D | README.md | 69 * [x] Optimize eTS language support.
|
/third_party/protobuf/csharp/ |
D | CHANGES.txt | 32 - Optimize FromBase64String to return Empty when presented with empty string.
|
/third_party/node/deps/v8/tools/system-analyzer/log/ |
D | map.mjs | 321 return s + 'Optimize as Prototype';
|
/third_party/rust/crates/bitflags/ |
D | CHANGELOG.md | 119 - Optimize performance of `all()` when called from a separate crate ([#136])
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 96 // Optimize away an explicit mask on a rotate count.
|