Searched refs:__f_12 (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/mjsunit/regress/ |
D | regress-410912.js | 153 function __f_12() { function 158 __f_12(__v_19.fast, __v_10); 160 __f_12(__v_19.fast_smi_only, __v_24); 163 __f_12(__v_19.fast_smi_only, __v_24); 166 __f_12(__v_19.fast_smi_only, __v_27); 170 __f_12(__v_19.fast_smi_only, __v_27); 175 __f_12(__v_19.fast, __v_27); 178 __f_12(__v_19.dictionary, __v_15); 184 __f_12(__v_19.fixed_int8, new Int8Array(007)); 185 __f_12(__v_19.fixed_uint8, new Uint8Array(007)); [all …]
|
D | regress-358057.js | 10 function __f_12(__v_6) { function 17 assertEquals(0xAA, __f_12(-1)); 18 %OptimizeFunctionOnNextCall(__f_12); 19 assertEquals(0xAA, __f_12(-1));
|
/external/v8/test/mjsunit/harmony/regress/ |
D | regress-crbug-347528.js | 32 function __f_12() { new Array(); } function 33 __f_12(); 34 __f_12(); 35 %OptimizeFunctionOnNextCall(__f_12); 36 __f_12();
|