Home | History | Annotate | Download | only in s390

Lines Matching refs:no_deopt

692     Label no_deopt;
710 __ bne(&no_deopt, Label::kNear);
725 __ bind(&no_deopt);
3650 Label no_deopt;
3651 __ JumpIfSmi(tagged_exponent, &no_deopt);
3655 __ bind(&no_deopt);