Home | History | Annotate | Download | only in x87

Lines Matching refs:no_deopt

976     Label no_deopt;
981 __ j(not_zero, &no_deopt, Label::kNear);
995 __ bind(&no_deopt);
3536 Label no_deopt, done;
3538 __ JumpIfSmi(exponent, &no_deopt);
3545 __ bind(&no_deopt);