Home | History | Annotate | Download | only in ia32

Lines Matching refs:slow_case

315   Label slow_case;
316 __ j(equal, &slow_case);
326 COPY_ON_WRITE_ELEMENTS, &slow_case);
333 CLONE_ELEMENTS, &slow_case);
362 GenerateFastCloneShallowArrayCommon(masm, length_, mode, &slow_case);
366 __ bind(&slow_case);
381 Label slow_case;
391 __ j(equal, &slow_case);
399 __ j(not_equal, &slow_case);
403 __ AllocateInNewSpace(size, eax, ebx, edx, &slow_case, TAG_OBJECT);
412 __ bind(&slow_case);