Home | History | Annotate | Download | only in mips64

Lines Matching full:slow_case

1446   Label fast_case, slow_case;
1458 __ JumpIfSmi(function, &slow_case);
1460 __ Branch(&slow_case, ne, scratch, Operand(JS_FUNCTION_TYPE));
1466 __ JumpIfSmi(function, &slow_case);
1468 __ Branch(&slow_case, ne, scratch, Operand(JS_FUNCTION_TYPE));
1473 __ Branch(&slow_case, ne, at, Operand(zero_reg));
1539 __ bind(&slow_case);
5177 Label slow_case;
5193 __ Branch(&slow_case, eq, result_reg, Operand(at));
5197 __ bind(&slow_case);
5211 Label fast_heapobject_case, fast_smi_case, slow_case;
5262 __ Branch(&slow_case, ne, at, Operand(zero_reg));
5286 __ Branch(&slow_case, ne, cell_details_reg,
5295 __ JumpIfNotSmi(cell_value_reg, &slow_case);
5301 __ JumpIfSmi(cell_value_reg, &slow_case);
5309 __ bind(&slow_case);