Home | History | Annotate | Download | only in mips

Lines Matching refs:no_deopt

789     Label no_deopt;
794 __ Branch(&no_deopt, ne, a1, Operand(zero_reg));
800 __ bind(&no_deopt);
3401 Label no_deopt;
3402 __ JumpIfSmi(tagged_exponent, &no_deopt);
3407 __ bind(&no_deopt);