Searched refs:deopt (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-deopt-gcb.js38 deopt();
42 %NeverOptimizeFunction(deopt);
43 function deopt() { function
H A Dregress-2987.js38 var deopt = { deopt:false };
46 deopt.deopt;
56 delete deopt.deopt;
H A Dregress-deopt-gc.js38 deopt();
41 function deopt() { function
H A Dregress-124594.js34 function f(deopt) {
36 if (deopt) {
43 function g(deopt) {
44 return new f(deopt);
H A Dregress-3183.js33 function f1(method, array, elem, deopt) {
39 function bar(x, deopt, f) {
40 f('push', a, [x], deopt + 0);
44 function baz(f, deopt) { return foo("x", deopt, f); }
49 baz(f1, "deopt");
58 f1 = function(method, array, elem, deopt) {
62 function bar(x, deopt, f) {
63 f1('push', a, [x], deopt + 0);
67 function baz(deopt) { retur
[all...]
H A Dcall-function-in-effect-context-deopt.js30 function f(deopt, osr) {
33 var dummy = deopt + 0;
H A Dnumber-named-call-deopt.js30 function f(x, deopt, osr) {
32 void(x.toString(10, deopt + 0));
41 assertEquals("result", f(4, "deopt", true));
H A Dregress-359441.js15 function deopt(x) { function
22 Object.prototype.__defineSetter__('x', deopt);
H A Dsetvalueof-deopt.js34 function f(deopt) {
35 return g(%_SetValueOf(1, 1), deopt + 0);
H A Dregress-97116b.js33 %NeverOptimizeFunction(deopt);
34 function deopt() { function
44 if (should_deopt) deopt();
H A Dstring-set-char-deopt.js31 function deopt() {
37 %_OneByteSeqStringSetChar(0, (deopt(), 0x48), string);
51 function deopt() {
59 g(%_OneByteSeqStringSetChar(0, (deopt(), 0x48), string));
70 function deopt() {
78 g(%_TwoByteSeqStringSetChar(0, (deopt(), 0x48), string));
H A Dregress-97116.js33 function deopt() { function
44 if (should_deopt) deopt();
H A Dbinop-in-effect-context-deopt.js31 function f(a, deopt, osr) {
33 var dummy = deopt + 0;
H A Dregress-crbug-163530.js33 var deoptimize = { deopt:true }; property
43 deoptimize.deopt;
51 delete deoptimize.deopt;
60 var deoptimize = { deopt:true };
70 deoptimize.deopt;
78 delete deoptimize.deopt;
H A Dregress-381313.js9 function f(x, deopt) {
33 deopt + 0;
/external/chromium_org/v8/test/mjsunit/compiler/
H A Descape-analysis-representation.js42 function access(value_track, value_break, deopt) {
45 deopt.deopt
50 var deopt = { deopt:false };
53 access(value_track, value_track(), deopt);
54 access(value_track, value_track(), deopt);
56 access(value_track, value_track(), deopt);
59 delete deopt.deopt;
[all...]
H A Dinline-construct.js35 var noDeopt = { deopt:0 };
60 function value_context(constructor, val, deopt, counter) {
61 var obj = new constructor(val, deopt, counter);
65 function test_context(constructor, val, deopt, counter) {
66 if (!new constructor(val, deopt, counter)) {
72 function effect_context(constructor, val, deopt, counter) {
73 new constructor(val, deopt, counter);
85 function c1(val, deopt, counter) {
86 deopt.deopt;
[all...]
H A Descape-analysis.js110 var deopt = { deopt:false }; property
123 deopt.deopt;
132 delete deopt.deopt;
139 var deopt = { deopt:false }; property
143 deopt.deopt;
278 var deopt = { deopt:false }; property
403 var deopt = { deopt:false }; property
423 var deopt = { deopt:false }; property
[all...]
H A Doptimized-for-in.js111 function h(t, deopt) {
119 deopt.deopt;
124 function j(t, deopt) {
132 deopt.deopt;
137 function k(t, deopt) {
145 deopt.deopt;
150 function l(t, deopt) {
[all...]
H A Dinline-function-apply.js36 var deoptimize = { deopt:false };
63 deoptimize.deopt;
75 delete deoptimize.deopt;
H A Dinline-accessors.js36 forceDeopt = { deopt: 0 };
98 forceDeopt.deopt;
114 forceDeopt.deopt;
130 forceDeopt.deopt;
146 forceDeopt.deopt;
162 forceDeopt.deopt;
178 forceDeopt.deopt;
193 forceDeopt = { deopt: 0 };
259 forceDeopt.deopt;
275 forceDeopt.deopt;
[all...]
H A Dinline-arguments.js213 var forceDeopt = { deopt:false };
216 forceDeopt.deopt;
250 if (step == 2) delete forceDeopt.deopt;
274 var forceDeopt = { deopt:false };
277 forceDeopt.deopt;
309 delete forceDeopt.deopt;
/external/chromium_org/v8/test/mjsunit/
H A Darguments-apply-deopt.js61 function deopt() { function
67 return f.apply(deopt(), arguments);
H A Dload_poly_effect.js38 var deopt = false; variable
H A Darray-pop.js128 function f(a, deopt) {
130 if (deopt) %DeoptimizeFunction(f);

Completed in 924 milliseconds

12