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

  /external/chromium_org/v8/test/mjsunit/
own-symbols.js 41 // Test monomorphic/optimized.
46 // Test non-monomorphic.
context-calls-maintained.js 38 // Test: verify that a monomorphic call retains the structural knowledge
46 // Drive to monomorphic
elements-kind.js 178 function monomorphic(array) {
191 for (var i = 0; i < 3; i++) monomorphic(smi_only);
192 %OptimizeFunctionOnNextCall(monomorphic);
193 monomorphic(smi_only);
getters-on-elements.js 127 // Testcase: getter added after optimization (feedback is monomorphic)
191 fun(a); // should have a monomorphic KeyedLoadIC.
function-prototype.js 90 // in GetPrototypeOf and go to a monomorphic IC load instead.
readonly.js 172 // Make sure that the assignments are monomorphic.
setters-on-elements.js 138 // Testcase: setter added after optimization (feedback is monomorphic)
allocation-site-info.js 336 // the call site not being monomorphic to Array.
343 // to be monomorphic on first call. Only after crankshafting do we introduce
object-seal.js 203 // Allow these functions to set up monomorphic calls, using custom built-ins.
track-fields.js 144 // Ensure polymorphic loads only go monomorphic when the representations are
object-define-property.js     [all...]
  /external/chromium_org/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.
regress-crbug-242502.js 44 // Called twice on o1 to turn monomorphic.
regress-crbug-243868.js 40 // Make the CompareNil IC in the function monomorphic.
regress-deopt-store-effect.js 50 // Test deopt after polymorphic as monomorphic store with effect context.
setter.js 60 // Verify that monomorphic prototype failure is triggered in the IC.
regress-137768.js 51 // Make sure that we're out of pre-monomorphic state for the member add of
  /external/chromium_org/v8/test/mjsunit/bugs/
bug-1344252.js 39 // Force the inline caches to monomorphic state.
  /external/chromium_org/v8/src/
hydrogen.cc 6403 bool monomorphic = expr->IsMonomorphic(); local
7159 bool monomorphic = ComputeReceiverTypes(expr, obj, &types, zone()); local
    [all...]

Completed in 511 milliseconds