Home
last modified time | relevance | path

Searched refs:Optimize (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.h320 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/
DDotZLib.csproj38 Optimize = "false"
58 Optimize = "true"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DStringTableBuilder.cpp131 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/
DStringTableBuilder.h34 void finalizeStringTable(bool Optimize);
/third_party/node/deps/v8/src/compiler/
Dcontrol-flow-optimizer.h33 void Optimize();
Dmemory-optimizer.h37 void Optimize();
Dcontrol-flow-optimizer.cc30 void ControlFlowOptimizer::Optimize() { in Optimize() function in v8::internal::compiler::ControlFlowOptimizer
/third_party/protobuf/
DCONTRIBUTORS.txt88 * 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/
Dtiering-manager.h52 void Optimize(JSFunction function, CodeKind code_kind,
Dtiering-manager.cc142 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/
Dcoverage_test.go213 tree.Optimize()
254 tree.Optimize()
290 tree.Optimize()
Doptimization.go25 func (t *Tree) Optimize() { func
/third_party/node/deps/v8/src/builtins/
Dpromise-all-element-closure.tq21 // 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/
Dconfig.mk.dist30 # Optimize the shared libraries on aarch64 assuming they fit in 1M.
/third_party/mesa3d/docs/relnotes/
D7.5.rst72 - Optimize-out redundant glMaterial and glShadeModel calls in display
D20.0.7.rst102 - nir/algebraic: Optimize ushr of pack_half, not ishr
/third_party/python/Misc/NEWS.d/
D3.7.0a4.rst344 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
D3.6.0b4.rst188 Optimize loop.call_soon.
D3.5.0b1.rst82 Optimize set_merge() for cases where the target is empty. (Contributed by
121 Optimize property() getter calls. Patch by Joe Jevnik.
D3.6.0b3.rst216 Optimize csv.DictWriter for large number of columns. Patch by Mariatta
/third_party/typescript/
DREADME.md69 * [x] Optimize eTS language support.
/third_party/protobuf/csharp/
DCHANGES.txt32 - Optimize FromBase64String to return Empty when presented with empty string.
/third_party/node/deps/v8/tools/system-analyzer/log/
Dmap.mjs321 return s + 'Optimize as Prototype';
/third_party/rust/crates/bitflags/
DCHANGELOG.md119 - 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/
DWebAssemblyInstrInteger.td96 // Optimize away an explicit mask on a rotate count.

123456