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

1 2 3

  /external/chromium_org/v8/test/mjsunit/regress/
regress-2326.js 29 // were optimized using OSR (for a particular OSR entry AST id) even if
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-150545.js 30 // Test that we do not generate OSR entry points that have an arguments
31 // stack height different from zero. The OSR machinery cannot generate
48 // Trigger OSR, if optimization is not disabled.
regress-1118.js 30 // An exception thrown in a function optimized by on-stack replacement (OSR)
47 // This function should be optimized via OSR.
regress-2836.js 32 var start = end - 100000; // Run long enough to trigger OSR.
regress-1257.js 42 // Loop for to hit OSR.
regress-2618.js 28 // Flags: --use-osr --allow-natives-syntax
34 // This should run long enough to trigger OSR.
  /external/chromium_org/v8/test/mjsunit/
count-based-osr.js 30 // Test that OSR works properly when using count-based interrupting/profiling.
34 // Trigger OSR. First check if optimization is disabled.
  /external/v8/test/mjsunit/
count-based-osr.js 30 // Test that OSR works properly when using count-based interrupting/profiling.
34 // Trigger OSR.
  /external/chromium_org/v8/test/webkit/
dfg-inline-arguments-osr-exit-and-capture.js 25 "Tests what happens if you OSR exit within inlined code that has interesting control flow with arguments that are specially formatted and you capture the arguments reflectively after the OSR exit."
dfg-arguments-alias-one-block-osr-exit.js 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if you OSR exit."
dfg-arguments-osr-exit.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit."
dfg-branch-logical-not-peephole-around-osr-exit.js 25 "Tests that our attempts to do peephole Branch(LogicalNot) optimization doesn't break OSR exit's ability to recover the value of LogicalNot."
dfg-intrinsic-osr-exit.js 25 "This tests that an OSR exit inside of an intrinsic that was not loaded with a method check works correctly."
dfg-intrinsic-side-effect-assignment-osr-exit.js 25 "Tests what happens if we OSR exit on an assignment that was part of a side-effecting intrinsic."
dfg-phantom-get-local.js 25 "Tests that Phantom(GetLocal) is treated as being relevant to OSR."
dfg-post-inc-then-exit.js 25 "Tests what happens if you post-inc and then OSR exit."
dfg-proto-access-inline-osr-exit.js 25 "Tests what happens when we OSR exit on an inlined prototype access due to a change in the prototype chain."
dfg-side-effect-assignment-osr-exit.js 25 "Tests what happens if we OSR exit on an assignment that was part of a side-effecting bytecode instruction."
dfg-uint32-to-number-in-middle-of-copy-propagation.js 25 "Tests that UInt32ToNumber and OSR exit are aware of copy propagation and correctly recover both versions of a variable that was subject to a UInt32ToNumber cast."
dfg-uint32-to-number-skip-then-exit.js 25 "This tests that a skipped conversion of uint32 to number does not confuse OSR exit into thinking that the conversion is dead."
dfg-uint32-to-number.js 25 "This tests that if the DFG fails to convert a uint32 to a number, it will OSR exit correctly."
dfg-value-to-int32-with-side-effect.js 25 "Tests that a side-effecting ValueToInt32 only executes once when there is an OSR exit."
dfg-arguments-osr-exit-multiple-blocks-before-exit.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow prior to the exit."
dfg-arguments-osr-exit-multiple-blocks.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow."
  /external/v8/test/mjsunit/regress/
regress-1118.js 30 // An exception thrown in a function optimized by on-stack replacement (OSR)
47 // This function should be optimized via OSR.

Completed in 917 milliseconds

1 2 3