HomeSort by relevance Sort by last modified time
    Searched defs:optimized (Results 1 - 11 of 11) sorted by null

  /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);
  /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);
  /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/mesa/src/src/mesa/math/
m_matrix.c 799 GLboolean optimized; local
805 optimized = GL_FALSE;
812 optimized = GL_TRUE;
827 optimized = GL_TRUE;
843 optimized = GL_TRUE;
858 if (!optimized) {
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 799 GLboolean optimized; local
805 optimized = GL_FALSE;
812 optimized = GL_TRUE;
827 optimized = GL_TRUE;
843 optimized = GL_TRUE;
858 if (!optimized) {
    [all...]
  /external/v8/src/
runtime.cc 1871 Handle<JSFunction> optimized = local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 197 optimized = 0 # is namespace access optimized? variable in class:CodeGenerator
282 if not self.optimized:
289 if not self.optimized:
306 if self.optimized:
1347 optimized = 1 variable in class:AbstractFunctionCode
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 197 optimized = 0 # is namespace access optimized? variable in class:CodeGenerator
282 if not self.optimized:
289 if not self.optimized:
306 if self.optimized:
1347 optimized = 1 variable in class:AbstractFunctionCode
    [all...]
  /external/chromium_org/v8/src/
runtime.cc 2552 Handle<JSFunction> optimized = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 573 milliseconds