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

1 2 3 4 5 6 7

  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 21 * \brief Optimized vs unoptimized shader performance tests.
186 virtual ProgramData generateProgramData (bool optimized) const = 0;
202 ProgramData& programData (bool optimized) { return optimized ? m_optimizedData : m_unoptimizedData; }
203 SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgram : m_unoptimizedProgram; }
204 ShaderPerformanceMeasurer::Result& result (bool optimized) { return optimized ? m_optimizedResult : m_unoptimizedResult; }
226 const bool optimized = ndx == 1; local
228 programData(optimized) = generateProgramData(optimized)
254 const bool optimized = m_state == STATE_INIT_OPTIMIZED; local
266 const bool optimized = m_state == STATE_MEASURE_OPTIMIZED; local
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 21 * \brief Optimized vs unoptimized shader performance tests.
189 virtual ProgramData generateProgramData (bool optimized) const = 0;
205 ProgramData& programData (bool optimized) { return optimized ? m_optimizedData : m_unoptimizedData; }
206 SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgram : m_unoptimizedProgram; }
207 ShaderPerformanceMeasurer::Result& result (bool optimized) { return optimized ? m_optimizedResult : m_unoptimizedResult; }
229 const bool optimized = ndx == 1; local
231 programData(optimized) = generateProgramData(optimized)
257 const bool optimized = m_state == STATE_INIT_OPTIMIZED; local
269 const bool optimized = m_state == STATE_MEASURE_OPTIMIZED; local
    [all...]
  /external/v8/test/cctest/interpreter/
source-position-matcher.cc 60 SourcePositionTableIterator optimized(
73 MoveToNextStatement(&optimized, &optimized_expression_entries);
75 if (original.done() && optimized.done()) {
79 } else if (optimized.done()) {
93 optimized.bytecode_offset());
101 // Check original and optimized have matching source positions.
102 if (original.source_position() != optimized.source_position()) {
111 if (optimized.bytecode_offset() < last_optimized_bytecode_offset) {
114 last_optimized_bytecode_offset = optimized.bytecode_offset();
152 PositionTableEntry optimized = original_positions->at(i) local
    [all...]
source-position-matcher.h 19 bool Match(Handle<BytecodeArray> original, Handle<BytecodeArray> optimized);
  /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-343609.js 48 // Optimize add_field and install its code in optimized code cache.
53 // Optimize dummy function to remove the add_field from head of optimized
64 // Fetch optimized code of add_field from cache and crash.
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-crbug-513507.js 5 // Flags: --noflush-optimized-code-cache --allow-natives-syntax
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.
44 // This function should be optimized via OSR.
regress-2193.js 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-2499.js 39 var optimized = foo(word, 1);
40 assertEquals(expected, optimized)
  /external/v8/test/mjsunit/
debug-evaluate-nested-let.js 19 // We cannot change stack locals in optimized frames.
28 // We cannot change stack locals in optimized frames.
array-push8.js 15 // optimized and non-optimized code.
ensure-growing-store-learns.js 10 // Ensure that keyed stores work, and optimized functions learn if the
77 // Verify that we are over 1 page in size, and foo2 remains optimized.
array-push5.js 33 // Defining accessor should deopt optimized push.
debug-step-turbofan.js 9 // replace optimized code for g by unoptimized code with debug break slots.
dictionary-properties.js 34 // Test objects getting optimized as fast prototypes.
  /external/v8/test/mjsunit/ignition/
optimized-stack-trace.js 7 // Test that PC in optimized frame would correctly translate into
optimized-debug-frame.js 7 // Test that PC in optimized frame would correctly translate into
  /external/compiler-rt/lib/builtins/
Makefile.mk 13 # Add arch specific optimized implementations.
  /external/compiler-rt/make/platform/
clang_mingw.mk 29 # Always use optimized variants.
30 OPTIMIZED := 1
  /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/libvpx/
libvpx.mk 23 # Want arm, not thumb, optimized
  /external/v8/tools/gcmole/
bootstrap.sh 103 --enable-optimized \

Completed in 284 milliseconds

1 2 3 4 5 6 7