Home | History | Annotate | Download | only in x87

Lines Matching refs:no_deopt

969     Label no_deopt;
974 __ j(not_zero, &no_deopt, Label::kNear);
988 __ bind(&no_deopt);
3623 Label no_deopt, done;
3625 __ JumpIfSmi(exponent, &no_deopt);
3632 __ bind(&no_deopt);