HomeSort by relevance Sort by last modified time
    Searched refs:optimized (Results 51 - 75 of 174) sorted by null

1 23 4 5 6 7

  /external/opencv3/3rdparty/jinja2/
environment.py 169 `optimized`
252 optimized=True,
287 self.optimized = optimized
328 extensions=missing, optimized=missing,
541 if self.optimized:
    [all...]
  /external/v8/src/runtime/
runtime-array.cc 37 Handle<JSFunction> optimized = local
39 optimized->shared()->DontAdaptArguments();
40 JSObject::AddProperty(holder, key, optimized, NONE);
367 // as a signal that optimized code should eagerly deoptimize.
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 149 --enable-optimized \
  /external/v8/test/mjsunit/
math-imul.js 52 // Test optimized method call inside closure.
58 // Test optimized function call inside closure.
compare-character.js 28 // Test the optimized implementation of comparison with single-character
parallel-optimize-disabled.js 36 function g() { // g() cannot be optimized.
fast-prototype.js 56 // instantiated object is used so that the allocation is not optimized away.
  /external/webrtc/webrtc/common_audio/signal_processing/
complex_bit_reverse_arm.S 11 @ This file contains the function WebRtcSpl_ComplexBitReverse(), optimized
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 12 @ filter routine for iSAC codec, optimized for ARMv7 platforms.
  /external/compiler-rt/make/platform/
clang_linux.mk 85 # Always use optimized variants.
86 OPTIMIZED := 1
  /external/libunwind/doc/
unw_getcontext.tex 37 asymmetry is that \Func{unw\_getcontext()} is optimized for maximum
  /external/lzma/Asm/x86/
7zCrcOpt.asm 1 ; 7zCrcOpt.asm -- CRC32 calculation : optimized version
XzCrc64Opt.asm 1 ; XzCrc64Opt.asm -- CRC64 calculation : optimized version
  /external/v8/test/mjsunit/compiler/
manual-concurrent-recompile.js 60 assertUnoptimized(f, "no sync"); // Not yet optimized since recompilation
66 assertOptimized(f, "sync"); // Optimized once we sync with the
pic.js 56 // Run the test until we're fairly sure we've optimized the
regress-intoverflow.js 30 // Test overflow checks in optimized code.
literals-optimized.js 30 // Test optimized versions of array and object literals.
regress-3218915.js 44 // Run test enough times to get it optimized.
  /external/v8/test/mjsunit/es6/
object-literals-super.js 110 // Object literals without any accessors get optimized.
  /external/v8/test/mjsunit/regress/
regress-1156.js 30 // Test that we do not crash we invoke builtins from optimized code that
regress-252797.js 56 // Make sure that the function is still optimized.
regress-298269.js 33 // to iterates optimized frames and visit safepoint pointers.
regress-330046.js 49 // At this point OSR replaces already optimized code.
regress-784.js 28 // Test that CallApplyLazy, generating optimized code for apply calls of the
regress-123512.js 32 // not cause prototype chain lookups when generating optimized code.

Completed in 2861 milliseconds

1 23 4 5 6 7