Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/
Dopt-elements-kind.js132 %NeverOptimizeFunction(convert_mixed);
133 function convert_mixed(array, value, kind) { function
145 convert_mixed(smis, 1.5, elements_kind.fast_double);
148 convert_mixed(doubles, "three", elements_kind.fast);
150 convert_mixed(construct_smis(), "three", elements_kind.fast);
151 convert_mixed(construct_doubles(), "three", elements_kind.fast);
155 convert_mixed(smis, 1, elements_kind.fast);
156 convert_mixed(doubles, 1, elements_kind.fast);
Dosr-elements-kind.js119 %NeverOptimizeFunction(convert_mixed);
138 function convert_mixed(array, value, kind) { function
144 convert_mixed(smis, 1.5, elements_kind.fast_double);
147 convert_mixed(doubles, "three", elements_kind.fast);
149 convert_mixed(construct_smis(), "three", elements_kind.fast);
150 convert_mixed(construct_doubles(), "three", elements_kind.fast);
154 convert_mixed(smis, 1, elements_kind.fast);
155 convert_mixed(doubles, 1, elements_kind.fast);
Delements-kind.js225 %NeverOptimizeFunction(convert_mixed);
226 function convert_mixed(array, value, kind) { function
233 convert_mixed(smis, 1.5, elements_kind.fast_double);
237 convert_mixed(doubles, "three", elements_kind.fast);
239 convert_mixed(construct_smis(), "three", elements_kind.fast);
240 convert_mixed(construct_doubles(), "three", elements_kind.fast);
241 %OptimizeFunctionOnNextCall(convert_mixed);
244 convert_mixed(smis, 1, elements_kind.fast);
245 convert_mixed(doubles, 1, elements_kind.fast);
/external/v8/test/mjsunit/
Delements-kind.js214 function convert_mixed(array, value, kind) { function
221 convert_mixed(smis, 1.5, elements_kind.fast_double);
225 convert_mixed(doubles, "three", elements_kind.fast);
229 %OptimizeFunctionOnNextCall(convert_mixed);
230 convert_mixed(smis, 1, elements_kind.fast);
231 convert_mixed(doubles, 1, elements_kind.fast);