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

  /external/v8/test/mjsunit/regress/
regress-667061.js 54 // Test monomorphic case.
61 assertEquals(1, g(o)); // go monomorphic
62 assertEquals(1, g(o)); // stay monomorphic
79 assertEquals(1, f({ x: function () { return 1; }})); // go monomorphic
regress-108296.js 46 // Ensure that both branches of ternary operator have monomorphic type feedback.
  /external/v8/test/mjsunit/
elements-kind.js 149 function monomorphic(array) { function
162 for (var i = 0; i < 3; i++) monomorphic(smi_only);
163 %OptimizeFunctionOnNextCall(monomorphic);
164 monomorphic(smi_only);
function-prototype.js 90 // in GetPrototypeOf and go to a monomorphic IC load instead.
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 39 // Force the inline caches to monomorphic state.
  /external/v8/src/
ic.cc 47 case MONOMORPHIC: return '1';
230 if (state != MONOMORPHIC || !name->IsString()) return state;
240 return MONOMORPHIC;
255 // caches for the builtins object monomorphic. Therefore, if we get
258 // force the inline cache back to monomorphic state.
263 return MONOMORPHIC;
643 // call; used for rewriting to monomorphic state and making sure
704 // Set the target to the pre monomorphic stub to delay
705 // setting the monomorphic state.
708 } else if (state == MONOMORPHIC) {
1540 bool monomorphic = false; local
    [all...]

Completed in 1033 milliseconds