HomeSort by relevance Sort by last modified time
    Searched refs:optimized (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/v8/test/mjsunit/regress/
regress-1079.js 30 // Getting the arguments property of an optimized function should not crash,
31 // even if called through our optimized version of Function.prototype.apply.
33 function optimized() { function
40 return optimized.arguments;
45 assertEquals(3, optimized(1, 2, 3).length);
47 %OptimizeFunctionOnNextCall(optimized);
48 assertEquals(3, optimized(1, 2, 3).length);
regress-1118.js 30 // An exception thrown in a function optimized by on-stack replacement (OSR)
31 // should be able to construct a receiver from all optimized stack frames.
47 // This function should be optimized via OSR.
regress-sqrt.js 31 // optimized or not.
regress-1156.js 30 // Test that we do not crash we invoke builtins from optimized code that
regress-784.js 28 // Test that CallApplyLazy, generating optimized code for apply calls of the
regress-1145.js 47 // Do lots of function calls and hope to be optimized.
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmx_main.asm 37 ; Save the registers used by the blitters, necessary for optimized code
62 ; Restore the registers used by the blitters, necessary for optimized code
x86_main.asm 39 ; Save the registers used by the blitters, necessary for optimized code
63 ; Restore the registers used by the blitters, necessary for optimized code
  /external/compiler-rt/make/
lib_util.mk 14 # Function: SelectFunctionDir config arch function-name optimized
31 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
36 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
40 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
53 # Helper function to select the right set of dirs in optimized priority order.
options.mk 15 # Whether optimized function implementations should be used.
16 OPTIMIZED := 1
  /external/compiler-rt/lib/
Makefile.mk 13 # Add arch specific optimized implementations.
  /external/llvm/
Makefile 152 $(Echo) Building Optimized Version
214 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
215 $(Echo) '*****' make an optimized build. Alternatively you can
216 $(Echo) '*****' configure with --enable-optimized.
  /external/v8/test/mjsunit/
debug-break-inline.js 53 // When function f is optimized (1 means YES, see runtime.cc) we
54 // expect an optimized frame for f and g.
math-round.js 33 // sure it gets optimized each time.
60 // The optimized function will deopt. Run it with enough iterations to try
compare-character.js 28 // Test the optimized implementation of comparison with single-character
debug-evaluate-locals-optimized-double.js 151 // When function f is optimized (1 means YES, see runtime.cc) we
152 // expect an optimized frame for f with g1, g2 and g3 inlined.
debug-evaluate-locals-optimized.js 141 // When function f is optimized (1 means YES, see runtime.cc) we
142 // expect an optimized frame for f with g1, g2 and g3 inlined.
  /external/v8/test/mjsunit/compiler/
switch-bailout.js 30 // Test that bailing out of the optimized compilation doesn't mess with
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/llvm/utils/crosstool/ARM/
build-install-linux.sh 149 --enable-optimized \
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 12 @ filter routine for iSAC codec, optimized for ARMv7 platforms.
  /external/libvpx/
libvpx.mk 28 # Un-optimized targets

Completed in 357 milliseconds

1 2 3 4