Home
last modified time | relevance | path

Searched defs:deopt (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-3183.js33 function f1(method, array, elem, deopt) { argument
39 function bar(x, deopt, f) { argument
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
67 function baz(deopt) { return foo("x", deopt); } argument
81 f1 = function(method, array, elem, deopt) { argument
85 function bar(x, deopt) { argument
90 function baz(deopt) { return foo(0, deopt); } argument
Dstring-set-char-deopt.js31 function deopt() { function in OneByteSeqStringSetCharDeoptOsr
51 function deopt() { function in OneByteSeqStringSetCharDeopt
70 function deopt() { function in TwoByteSeqStringSetCharDeopt
Dregress-2987.js38 var deopt = { deopt:false }; property
Dregress-124594.js34 function f(deopt) { argument
43 function g(deopt) { argument
Dregress-crbug-163530.js33 var deoptimize = { deopt:true }; property
60 var deoptimize = { deopt:true }; property
Dregress-deopt-gcb.js43 function deopt() { function
Dregress-deopt-gc.js41 function deopt() { function
Dregress-359441.js15 function deopt(x) { function
Dcall-function-in-effect-context-deopt.js30 function f(deopt, osr) { argument
Dregress-381313.js9 function f(x, deopt) { argument
Dnumber-named-call-deopt.js30 function f(x, deopt, osr) { argument
Dregress-97116.js33 function deopt() { function
Dsetvalueof-deopt.js34 function f(deopt) { argument
Dregress-97116b.js34 function deopt() { function
Dbinop-in-effect-context-deopt.js31 function f(a, deopt, osr) { argument
/external/chromium_org/v8/test/mjsunit/compiler/
Dinline-construct.js35 var noDeopt = { deopt:0 }; property
60 function value_context(constructor, val, deopt, counter) { argument
65 function test_context(constructor, val, deopt, counter) { argument
72 function effect_context(constructor, val, deopt, counter) { argument
85 function c1(val, deopt, counter) { argument
94 function c2(val, deopt, counter) { argument
105 function c3(val, deopt, counter) { argument
146 function c_unsupported_syntax(val, deopt, counter) { argument
160 function c_strict(val, deopt, counter) { argument
Descape-analysis-representation.js42 function access(value_track, value_break, deopt) { argument
50 var deopt = { deopt:false }; property
Descape-analysis.js110 var deopt = { deopt:false }; property
139 var deopt = { deopt:false }; variable
278 var deopt = { deopt:false }; variable
403 var deopt = { deopt:false }; property
423 var deopt = { deopt:false }; variable
Doptimized-for-in.js111 function h(t, deopt) { argument
124 function j(t, deopt) { argument
137 function k(t, deopt) { argument
150 function l(t, deopt) { argument
163 function m0(t, deopt) { argument
172 function m(t, deopt) { argument
178 var d = {deopt: false}; property
Dinline-function-apply.js36 var deoptimize = { deopt:false }; property
Dinline-arguments.js213 var forceDeopt = { deopt:false }; property
274 var forceDeopt = { deopt:false }; property
Dinline-accessors.js36 forceDeopt = { deopt: 0 }; property
193 forceDeopt = { deopt: 0 }; property
/external/chromium_org/v8/test/mjsunit/
Darray-pop.js128 function f(a, deopt) { argument
Dload_poly_effect.js38 var deopt = false; variable
Darguments-apply-deopt.js61 function deopt() { function in ApplyArgumentsDeoptInReceiverExplicit

12