Home | History | Annotate | Download | only in mips

Lines Matching refs:no_deopt

785     Label no_deopt;
790 __ Branch(&no_deopt, ne, a1, Operand(zero_reg));
796 __ bind(&no_deopt);
3404 Label no_deopt;
3405 __ JumpIfSmi(tagged_exponent, &no_deopt);
3410 __ bind(&no_deopt);