Lines Matching full:slow_case
2243 Label fast_case, slow_case;
2255 __ JumpIfSmi(function, &slow_case);
2257 __ j(not_equal, &slow_case);
2263 __ JumpIfSmi(function, &slow_case);
2265 __ j(not_equal, &slow_case);
2270 __ j(not_zero, &slow_case);
2333 __ bind(&slow_case);
4820 Label slow_case;
4834 __ j(equal, &slow_case, Label::kNear);
4838 __ bind(&slow_case);
4854 Label fast_heapobject_case, fast_smi_case, slow_case;
4907 __ j(not_zero, &slow_case);
4938 __ j(not_equal, &slow_case, Label::kNear);
4944 __ JumpIfNotSmi(cell_value_reg, &slow_case, Label::kNear);
4950 __ JumpIfSmi(cell_value_reg, &slow_case, Label::kNear);
4958 __ bind(&slow_case);