Searched refs:__f_12 (Results 1 – 5 of 5) 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));
|
D | regress-608630.js | 53 function __f_12() { return 2147483647; } function 55 __f_9: __f_9, __f_10: __f_10, __f_11, __f_12: __f_12}; 67 assertEquals(2147483647, module.__f_12());
|
D | regress-453481.js | 66 return __f_6(__f_12(__f_6(__f_6(__v_3, q), __f_6(x, t)), s),__v_6); 85 function __f_12(num, cnt) { function
|
/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();
|