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

  /external/v8/test/mjsunit/
count-based-osr.js 30 // Test that OSR works properly when using count-based interrupting/profiling.
34 // Trigger OSR.
array-literal-transitions.js 207 // Trigger OSR.
math-floor.js 158 // to optimize via OSR (triggering the bug).
math-round.js 61 // to optimize via OSR (triggering the bug).
  /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.
regress-1257.js 42 // Loop for to hit OSR.
regress-1167.js 40 // OSR (after deoptimization) is used to observe the stack height mismatch.
  /external/v8/test/mjsunit/compiler/
math-floor-global.js 160 // to optimize via OSR (triggering the bug).
math-floor-local.js 160 // to optimize via OSR (triggering the bug).
optimized-for-in.js 246 // Test OSR inside for-in.
254 %OptimizeFunctionOnNextCall(osr_inner, "osr");
270 %OptimizeFunctionOnNextCall(osr_outer, "osr");
282 %OptimizeFunctionOnNextCall(osr_outer_and_deopt, "osr");
  /external/v8/src/arm/
deoptimizer-arm.cc 257 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
269 // There's only one output frame in the OSR case.
823 } else if (type() == OSR) {
    [all...]
builtins-arm.cc     [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 247 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
259 // There's only one output frame in the OSR case.
807 } else if (type() == OSR) {
    [all...]
builtins-mips.cc     [all...]
  /external/v8/src/
deoptimizer.cc 362 if (FLAG_trace_deopt && type != OSR) {
373 } else if (FLAG_trace_osr && type == OSR) {
374 PrintF("**** OSR: ");
408 } else if (type == OSR) {
525 if (bailout_type_ == OSR) {
903 // Abort OSR if we don't have a number.
    [all...]
deoptimizer.h 114 OSR,
286 // Translate a command for OSR. Updates the input offset to be used for
  /external/v8/src/ia32/
deoptimizer-ia32.cc 348 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
360 // There's only one output frame in the OSR case.
    [all...]
builtins-ia32.cc     [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 234 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
246 // There's only one output frame in the OSR case.
    [all...]
builtins-x64.cc     [all...]

Completed in 256 milliseconds