Home
last modified time | relevance | path

Searched refs:convert_mixed (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
Dosr-elements-kind.js94 %NeverOptimizeFunction(convert_mixed);
123 function convert_mixed(array, value, kind) { function
129 convert_mixed(smis, 1.5, elements_kind.fast_double);
132 convert_mixed(doubles, "three", elements_kind.fast);
134 convert_mixed(construct_smis(), "three", elements_kind.fast);
135 convert_mixed(construct_doubles(), "three", elements_kind.fast);
139 convert_mixed(smis, 1, elements_kind.fast);
140 convert_mixed(doubles, 1, elements_kind.fast);
Dopt-elements-kind.js119 %NeverOptimizeFunction(convert_mixed);
120 function convert_mixed(array, value, kind) { function
130 convert_mixed(smis, 1.5, elements_kind.fast_double);
133 convert_mixed(doubles, "three", elements_kind.fast);
135 convert_mixed(construct_smis(), "three", elements_kind.fast);
136 convert_mixed(construct_doubles(), "three", elements_kind.fast);
140 convert_mixed(smis, 1, elements_kind.fast);
141 convert_mixed(doubles, 1, elements_kind.fast);
Delements-kind.js265 %NeverOptimizeFunction(convert_mixed);
266 function convert_mixed(array, value, kind) { function
273 convert_mixed(smis, 1.5, elements_kind.fast_double);
277 convert_mixed(doubles, "three", elements_kind.fast);
279 convert_mixed(construct_smis(), "three", elements_kind.fast);
280 convert_mixed(construct_doubles(), "three", elements_kind.fast);
281 %OptimizeFunctionOnNextCall(convert_mixed);
284 convert_mixed(smis, 1, elements_kind.fast);
285 convert_mixed(doubles, 1, elements_kind.fast);