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

  /external/chromium_org/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));
  /external/chromium_org/v8/test/mjsunit/
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/
math-min-max.js 174 // Deopt expected due to non-heapnumber objects.
  /external/chromium_org/v8/tools/profviz/
composer.js 46 var kMaxDeoptLength = 4; // Draw size of the largest deopt.
84 function Deopt(time, size) {
323 deopts.push(new Deopt(time, size));
366 'code-deopt': { parsers: [parseTimeStamp, parseInt],
477 var deopt = deopts[i];
478 DrawHalfBar(kDeoptRow, "#9944CC", deopt.time,
479 deopt.time + 10 * pause_tolerance,
480 deopt.size / max_deopt_size * kMaxDeoptLength);
495 ytics.push('"max deopt size: ' + (max_deopt_size / 1024).toFixed(1) +
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 164 // It's essential to bind this value to the environment in case of deopt.
231 // Force a deopt that falls back to the runtime.
236 builder.ElseDeopt("Forced deopt to runtime");
293 // stub-failure deopt mechanism.
857 builder.Deopt("Unexpected cell contents in global store");
881 Add<HDeoptimize>("Deopt due to --trace-elements-transitions",
hydrogen.h     [all...]
hydrogen.cc 837 void HGraphBuilder::IfBuilder::Deopt(const char* reason) {
870 // Deopt on false. Nothing to do except switching to the true block.
    [all...]

Completed in 1529 milliseconds