Home | History | Annotate | Download | only in mips64

Lines Matching refs:no_deopt

773     Label no_deopt;
778 __ Branch(&no_deopt, ne, a1, Operand(zero_reg));
784 __ bind(&no_deopt);
3611 Label no_deopt;
3612 __ JumpIfSmi(tagged_exponent, &no_deopt);
3617 __ bind(&no_deopt);