HomeSort by relevance Sort by last modified time
    Searched refs:recompilation (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/v8/test/mjsunit/compiler/
manual-concurrent-recompile.js 29 // Flags: --concurrent-recompilation --block-concurrent-recompilation
32 print("Concurrent recompilation is disabled. Skipping this test.");
58 f(g(2)); // Kick off recompilation.
60 assertUnoptimized(f, "no sync"); // Not yet optimized since recompilation
63 // Let concurrent recompilation proceed.
concurrent-invalidate-transition-map.js 29 // Flags: --concurrent-recompilation --block-concurrent-recompilation
32 print("Concurrent recompilation is disabled. Skipping this test.");
53 // Kick off recompilation.
59 // Let concurrent recompilation proceed.
concurrent-proto-change.js 29 // Flags: --concurrent-recompilation --block-concurrent-recompilation
32 print("Concurrent recompilation is disabled. Skipping this test.");
46 // Kick off recompilation.
50 // At this point, concurrent recompilation thread has not yet done its job.
  /external/chromium_org/v8/test/mjsunit/
concurrent-initial-prototype-change.js 29 // Flags: --concurrent-recompilation --block-concurrent-recompilation
32 print("Concurrent recompilation is disabled. Skipping this test.");
46 // Kick off recompilation;
51 // Not yet optimized since concurrent recompilation is blocked.
53 // Let concurrent recompilation proceed.
regress-sync-optimized-lists.js 5 // Flags: --allow-natives-syntax --block-concurrent-recompilation
32 // Kick off concurrent recompilation and OSR.
parallel-optimize-disabled.js 28 // Flags: --nodead-code-elimination --concurrent-recompilation
32 print("Concurrent recompilation is disabled. Skipping this test.");
debug-liveedit-patch-positions.js 68 // Function was marked for recompilation and it's code was replaced with a
120 // Function can be marked for recompilation at any point (especially if we are
121 // running with --stress-opt). When we mark function for recompilation we
assert-opt-and-deopt.js 29 // Flags: --noconcurrent-recompilation --noconcurrent-osr
32 print("Concurrent recompilation is turned on after all. Skipping this test.");
  /external/chromium_org/v8/test/mjsunit/regress/
regress-embedded-cons-string.js 30 // Flags: --concurrent-recompilation --block-concurrent-recompilation
33 print("Concurrent recompilation is disabled. Skipping this test.");
42 // Kick off recompilation.
48 // Let concurrent recompilation proceed.
50 // Concurrent recompilation eventually finishes, embeds tenured cons string.
regress-opt-after-debug-deopt.js 29 // Flags: --concurrent-recompilation --block-concurrent-recompilation
32 print("Concurrent recompilation is disabled. Skipping this test.");
61 f(); // Kick off concurrent recompilation.
67 // At this point, concurrent recompilation is still being blocked.
69 // Let concurrent recompilation proceed.
regress-prepare-break-while-recompile.js 29 // Flags: --concurrent-recompilation --block-concurrent-recompilation
32 print("Concurrent recompilation is disabled. Skipping this test.");
49 // Mark and kick off recompilation.
60 // At this point, concurrent recompilation is still blocked.
62 // Let concurrent recompilation proceed.
regress-343609.js 5 // Flags: --allow-natives-syntax --block-concurrent-recompilation
regress-1583.js 30 // Regression test for a bug in recompilation of anonymous functions inside
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-relocation.js 31 // Enable the debugger, which should force recompilation of the generator
38 // Disable debugger -- should not force recompilation.
module-recompile.js 30 // Test that potential recompilation of the global scope does not screw up.
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-misprediction.js 44 // and recompilation with exponential backoff) to take effect so that the next
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 214 cannot adapt to new architectures without recompilation, we therefore
219 architectures without requiring recompilation. The web is better when

Completed in 830 milliseconds