Lines Matching full:slow_case
2485 Label fast_case, slow_case;
2497 __ JumpIfSmi(function, &slow_case);
2499 __ j(not_equal, &slow_case);
2505 __ JumpIfSmi(function, &slow_case);
2507 __ j(not_equal, &slow_case);
2512 __ j(not_zero, &slow_case);
2572 __ bind(&slow_case);
4874 Label slow_case;
4888 __ j(equal, &slow_case, Label::kNear);
4892 __ bind(&slow_case);
4908 Label fast_heapobject_case, fast_smi_case, slow_case;
4961 __ j(not_zero, &slow_case);
4992 __ j(not_equal, &slow_case, Label::kNear);
4998 __ JumpIfNotSmi(cell_value_reg, &slow_case, Label::kNear);
5004 __ JumpIfSmi(cell_value_reg, &slow_case, Label::kNear);
5012 __ bind(&slow_case);