Home | History | Annotate | Download | only in mips

Lines Matching refs:no_deopt

836     Label no_deopt;
841 __ Branch(&no_deopt, ne, a1, Operand(zero_reg));
847 __ bind(&no_deopt);
3859 Label no_deopt;
3860 __ JumpIfSmi(tagged_exponent, &no_deopt);
3865 __ bind(&no_deopt);