Lines Matching refs:deopt
33 function f1(method, array, elem, deopt) { argument
39 function bar(x, deopt, f) { argument
40 f('push', a, [x], deopt + 0);
44 function baz(f, deopt) { return foo("x", deopt, f); } argument
58 f1 = function(method, array, elem, deopt) { argument
62 function bar(x, deopt, f) { argument
63 f1('push', a, [x], deopt + 0);
67 function baz(deopt) { return foo("x", deopt); } argument
81 f1 = function(method, array, elem, deopt) { argument
85 function bar(x, deopt) { argument
86 %_CallFunction(null, 'push', [x][0], ((deopt + 0), 1), f1);
90 function baz(deopt) { return foo(0, deopt); } argument