Home | History | Annotate | Download | only in s390

Lines Matching refs:no_deopt

718     Label no_deopt;
736 __ bne(&no_deopt, Label::kNear);
751 __ bind(&no_deopt);
3592 Label no_deopt;
3593 __ JumpIfSmi(tagged_exponent, &no_deopt);
3597 __ bind(&no_deopt);