/external/v8/test/mjsunit/regress/ |
D | regress-3183.js | 33 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
|
D | string-set-char-deopt.js | 31 function deopt() { function in OneByteSeqStringSetCharDeoptOsr 51 function deopt() { function in OneByteSeqStringSetCharDeopt 70 function deopt() { function in TwoByteSeqStringSetCharDeopt
|
D | regress-2987.js | 38 var deopt = { deopt:false }; variable
|
D | regress-124594.js | 34 function f(deopt) { argument 43 function g(deopt) { argument
|
D | regress-crbug-163530.js | 33 var deoptimize = { deopt:true }; property 60 var deoptimize = { deopt:true }; property
|
D | regress-deopt-gcb.js | 43 function deopt() { function
|
D | regress-deopt-gc.js | 41 function deopt() { function
|
D | call-function-in-effect-context-deopt.js | 30 function f(deopt, osr) { argument
|
D | regress-381313.js | 9 function f(x, deopt) { argument
|
D | number-named-call-deopt.js | 30 function f(x, deopt, osr) { argument
|
D | regress-359441.js | 15 function deopt(x) { function
|
D | regress-97116.js | 33 function deopt() { function
|
D | regress-arg-materialize-store.js | 11 function g(deopt) { argument
|
D | regress-97116b.js | 34 function deopt() { function
|
D | setvalueof-deopt.js | 34 function f(deopt) { argument
|
D | regress-assignment-in-test-context.js | 16 function deopt() { %DeoptimizeFunction(f); } function
|
/external/v8/test/mjsunit/compiler/ |
D | inline-construct.js | 35 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
|
D | escape-analysis.js | 110 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
|
D | optimized-for-in.js | 111 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
|
D | escape-analysis-representation.js | 42 function access(value_track, value_break, deopt) { argument 50 var deopt = { deopt:false }; variable
|
D | lazy-deopt-in-literal.js | 7 function deopt() { function
|
D | regress-to-number-binop-deopt.js | 7 function deopt(f) { function
|
D | deopt-tonumber-binop.js | 17 var deopt = { toString : function() { variable
|
D | deopt-tonumber-shift.js | 17 var deopt = { toString : function() { variable
|
/external/v8/test/mjsunit/es6/regress/ |
D | regress-3741.js | 7 function f24(deopt) { argument
|