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

12 3 4 5 6 7

  /external/v8/test/mjsunit/
never-optimize.js 39 // Check that the given function was optimized.
60 // 2 => not optimized.
math-round.js 33 // sure it gets optimized each time.
43 // optimized code.
70 // The optimized function will deopt. Run it with enough iterations to try
concurrent-initial-prototype-change.js 36 // optimization anymore, and the code will remain optimized despite
52 // Optimized code of f1 depends on initial object and array maps.
59 // Not yet optimized since concurrent recompilation is blocked.
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/v8/test/mjsunit/regress/
regress-4023.js 56 // This will generate optimized code that stores arbitrary objects
60 // Use the optimized code to store an arbitrary object into
regress-prepare-break-while-recompile.js 53 // Set break points on an unrelated function. This clears both optimized
67 // Install optimized code when concurrent optimization finishes.
regress-4173.js 39 // Use TryMigrate from deferred optimized code to migrate second object array.
45 // Optimized code assuming smi elements will expose this.
regress-crbug-500497.js 21 // The bad situation is only triggered if Ctor wasn't optimized too early.
23 // Optimized code for Ctor will pretenure the "a" property, so it will have
regress-sqrt.js 31 // optimized or not.
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java 134 final boolean optimized; field in class:FactoryProvider2.AssistData
135 /** the list of optimized providers, empty if not optimized. */
137 /** used to perform optimized factory creations. */
143 boolean optimized, List<ThreadLocalProvider> providers) {
150 this.optimized = optimized;
163 .add("optimized", optimized)
296 boolean optimized = false
    [all...]
  /external/llvm/
Makefile 162 $(Echo) Building Optimized Version
224 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
225 $(Echo) '*****' make an optimized build. Alternatively you can
226 $(Echo) '*****' configure with --enable-optimized.
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /bionic/libc/arch-x86_64/
x86_64.mk 4 # Remove default implementations that we have optimized versions of.
32 # Optimized memory/string functions.
  /external/v8/test/mjsunit/compiler/
optimized-closures.js 30 // Test optimized closures.
switch-bailout.js 30 // Test that bailing out of the optimized compilation doesn't mess with
  /external/v8/test/mjsunit/es6/
instanceof-proxies.js 35 // Including if the optimized function has a catch handler.
proxies-cross-realm-exception.js 20 // Test that the instannceof check works in optimized code.
  /external/v8/test/webkit/
dfg-convert-this-object-then-exit-on-other.js 25 "Tests that a convert_this optimized for the case where this is an object behaves correctly when you then pass null."
dfg-convert-this-other-then-exit-on-object.js 25 "Tests that a convert_this optimized for the case where this is null behaves correctly when you then pass an object."
dfg-convert-this-polymorphic-object-then-exit-on-other.js 25 "Tests that a convert_this optimized for the case where this is an object with polymorphic structure behaves correctly when you then pass null."
dfg-convert-this-polymorphic-object-then-exit-on-string.js 25 "Tests that a convert_this optimized for the case where this is an object with polymorphic structure behaves correctly when you then pass a string."
logical-or-jless.js 25 "This test checks whether the pair of opcodes (less, jtrue) is incorrectly optimized in a LogicalOrNode."

Completed in 2766 milliseconds

12 3 4 5 6 7