Home
last modified time | relevance | path

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

12

/external/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 }; variable
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
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-359441.js15 function deopt(x) { function
Dregress-97116.js33 function deopt() { function
Dregress-arg-materialize-store.js11 function g(deopt) { argument
Dregress-97116b.js34 function deopt() { function
Dsetvalueof-deopt.js34 function f(deopt) { argument
Dregress-assignment-in-test-context.js16 function deopt() { %DeoptimizeFunction(f); } function
/external/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.js110 var deopt = { deopt:false }; property
139 var deopt = { deopt:false }; property
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
Descape-analysis-representation.js42 function access(value_track, value_break, deopt) { argument
50 var deopt = { deopt:false }; variable
Dlazy-deopt-in-literal.js7 function deopt() { function
Dregress-to-number-binop-deopt.js7 function deopt(f) { function
Ddeopt-tonumber-binop.js17 var deopt = { toString : function() { variable
Ddeopt-tonumber-shift.js17 var deopt = { toString : function() { variable
/external/v8/test/mjsunit/es6/regress/
Dregress-3741.js7 function f24(deopt) { argument

12