Home | History | Annotate | Download | only in mips64

Lines Matching refs:no_deopt

777     Label no_deopt;
782 __ Branch(&no_deopt, ne, a1, Operand(zero_reg));
788 __ bind(&no_deopt);
3607 Label no_deopt;
3608 __ JumpIfSmi(tagged_exponent, &no_deopt);
3613 __ bind(&no_deopt);