Home | History | Annotate | Download | only in x87

Lines Matching refs:slow_case

837       Label slow_case;
840 patch_site.EmitJumpIfNotSmi(ecx, &slow_case, Label::kNear);
846 __ bind(&slow_case);
2582 Label slow_case;
2585 patch_site.EmitJumpIfNotSmi(ecx, &slow_case, Label::kNear);
2588 __ bind(&slow_case);