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

  /external/chromium_org/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/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/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/chromium_org/v8/src/
hydrogen.h     [all...]
code-stubs-hydrogen.cc 204 // Force a deopt that falls back to the runtime.
209 builder.ElseDeopt("Forced deopt to runtime");
262 // stub-failure deopt mechanism.
    [all...]
hydrogen.cc 932 void HGraphBuilder::IfBuilder::Deopt(const char* reason) {
947 void HGraphBuilder::IfBuilder::AddMergeAtJoinBlock(bool deopt) {
952 new(builder_->zone()) MergeAtJoinBlock(block, deopt,
957 if (deopt) {
1008 // Merge non-deopt blocks first to ensure environment has right size for
    [all...]

Completed in 302 milliseconds