Home | History | Annotate | Download | only in mips

Lines Matching refs:slow_case

946       Label slow_case;
948 patch_site.EmitJumpIfNotSmi(a2, &slow_case);
954 __ bind(&slow_case);
4308 Label slow_case;
4310 patch_site.EmitJumpIfNotSmi(a2, &slow_case);
4312 __ bind(&slow_case);