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

  /external/v8/test/mjsunit/
smi-mul.js 41 // Deopt on minus zero.
60 // Deopt on two_31 on x64.
64 // Deopt on two_30 on ia32.
keyed-array-call.js 40 // Deopt the stub.
55 // Deopt the stub. This will throw given that undefined is not a function.
smi-mul-const.js 67 // Deopt on minus zero.
73 // Deopt on overflow.
unary-minus-deopt.js 32 // mode instead of going to double mode, leading to deopt loops.
46 // Deopt on kMinInt
51 // We should have learned something from the deopt.
math-min-max.js 174 // Deopt expected due to non-heapnumber objects.
  /external/v8/test/mjsunit/compiler/
uint32.js 56 function Deopt(obj, arr, i) {
63 assertEquals(K1, Deopt({x: 0}, uint32_array, 0));
64 assertEquals(K2, Deopt({x: 0}, uint32_array, 1));
65 %OptimizeFunctionOnNextCall(Deopt);
66 assertEquals(K2, Deopt({}, uint32_array, 1));
201 // Cause deopt inside InnerWithArguments by passing different pack function.
  /external/v8/tools/profviz/
composer.js 47 var kMaxDeoptLength = 4; // Draw size of the largest deopt.
85 function Deopt(time, size) {
276 deopts.push(new Deopt(time, size));
323 'code-deopt': { parsers: [parseTimeStamp, parseInt],
438 var deopt = deopts[i];
439 DrawHalfBar(kDeoptRow, "#9944CC", deopt.time,
440 deopt.time + 10 * pause_tolerance,
441 deopt.size / max_deopt_size * kMaxDeoptLength);
463 ytics.push('"max deopt size: ' + (max_deopt_size / 1024).toFixed(1) +
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen.cc     [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 205 // Force a deopt that falls back to the runtime.
255 // stub-failure deopt mechanism.
    [all...]

Completed in 630 milliseconds