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

1 2 3 4 5 6 7

  /external/chromium_org/cc/output/
render_surface_filters_unittest.cc 20 FilterOperations optimized = RenderSurfaceFilters::Optimize(filters); local
21 return optimized.size() == 1;
111 FilterOperations optimized = RenderSurfaceFilters::Optimize(filters); local
112 EXPECT_EQ(0u, optimized.size());
115 optimized = RenderSurfaceFilters::Optimize(filters);
116 EXPECT_EQ(1u, optimized.size());
119 optimized = RenderSurfaceFilters::Optimize(filters);
120 EXPECT_EQ(1u, optimized.size());
123 optimized = RenderSurfaceFilters::Optimize(filters);
124 EXPECT_EQ(1u, optimized.size())
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
pushnosize.asm 4 push word 0 ; 6A 00 - optimized
5 push dword 0 ; 66 6A 00 - optimized
20 push word 0 ; 66 6A 00 - optimized
21 push dword 0 ; 6A 00 - optimized
36 push word 0 ; 66 6A 00 - 66h prefix, optimized to byte
37 push dword 0 ; 6A 00 - optimized to byte; note 64 bits pushed onto stack
strict.asm 21 add eax, dword 4 ; optimized to byte
27 add eax, dword 400 ; optimized to byte
34 add ebx, dword 4 ; optimized to byte
40 add ebx, dword 400 ; optimized to byte
52 add dword [eax], dword 4 ; optimized to byte
58 add dword [eax], dword 400 ; optimized to byte
65 push dword 4 ; optimized to byte
78 imul eax, dword 4 ; optimized to byte
150 push dword 4 ; optimized to byte
nomem64.asm 5 mov rax, 5 ; optimized to signed 32-bit form
  /external/chromium_org/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-2326.js 28 // This tests that we do not share optimized code across closures that
29 // were optimized using OSR (for a particular OSR entry AST id) even if
30 // caching of optimized code kicks in.
50 // This function should be optimized via OSR in the first tight loop.
53 // This function should be optimized via OSR in the second tight loop.
regress-2193.js 28 // Flags: --allow-natives-syntax --cache-optimized-code
46 // Make sure we generate optimized code for the first closure after
48 // and the optimized code uses CreateArrayLiteralShallow runtime call.
54 // Optimize the second closure, which should reuse the optimized code
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-2499.js 39 var optimized = foo(word, 1);
40 assertEquals(expected, optimized)
regress-prepare-break-while-recompile.js 53 // Set break points on an unrelated function. This clears both optimized
59 // Install optimized code when parallel optimization finishes.
  /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.
  /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/lib/
Makefile.mk 13 # Add arch specific optimized implementations.
  /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/chromium_org/v8/tools/gcmole/
bootstrap.sh 100 --enable-optimized \
  /external/chromium_org/v8/test/mjsunit/
never-optimize.js 39 // Check that the given function was optimized.
60 // 2 => not optimized.
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.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMAgent.js 112 * @param {boolean} optimized
114 WebInspector.DOMNode.XPathStep = function(value, optimized)
117 this.optimized = optimized;
385 * @param {boolean} optimized
387 copyXPath: function(optimized)
389 InspectorFrontendHost.copyText(this.xPath(optimized));
615 * @param {boolean} optimized
618 xPath: function(optimized)
626 var step = contextNode._xPathValue(optimized);
    [all...]
  /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.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 81 and not self._table.optimized)
91 return bool(self._table.optimized & (OPT_EXEC | OPT_BARE_EXEC))
95 return bool(self._table.optimized & OPT_IMPORT_STAR)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 81 and not self._table.optimized)
91 return bool(self._table.optimized & (OPT_EXEC | OPT_BARE_EXEC))
95 return bool(self._table.optimized & OPT_IMPORT_STAR)
  /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.

Completed in 560 milliseconds

1 2 3 4 5 6 7