Home | History | Annotate | Download | only in x64

Lines Matching refs:no_deopt

727     Label no_deopt;
733 __ j(not_zero, &no_deopt, Label::kNear);
741 __ bind(&no_deopt);
3485 Label no_deopt;
3486 __ JumpIfSmi(tagged_exponent, &no_deopt, Label::kNear);
3489 __ bind(&no_deopt);