Lines Matching full:slow_case
1444 Label fast_case, slow_case;
1456 __ JumpIfSmi(function, &slow_case);
1458 __ Branch(&slow_case, ne, scratch, Operand(JS_FUNCTION_TYPE));
1464 __ JumpIfSmi(function, &slow_case);
1466 __ Branch(&slow_case, ne, scratch, Operand(JS_FUNCTION_TYPE));
1471 __ Branch(&slow_case, ne, at, Operand(zero_reg));
1537 __ bind(&slow_case);
5151 Label slow_case;
5167 __ Branch(&slow_case, eq, result_reg, Operand(at));
5171 __ bind(&slow_case);
5185 Label fast_heapobject_case, fast_smi_case, slow_case;
5236 __ Branch(&slow_case, ne, at, Operand(zero_reg));
5260 __ Branch(&slow_case, ne, cell_details_reg,
5269 __ JumpIfNotSmi(cell_value_reg, &slow_case);
5275 __ JumpIfSmi(cell_value_reg, &slow_case);
5283 __ bind(&slow_case);