Home | History | Annotate | Download | only in mips

Lines Matching refs:fast_elements

7642   Label fast_elements;
7645 // FAST_SMI_ONLY_ELEMENTS or FAST_ELEMENTS
7647 __ CheckFastSmiOnlyElements(a2, t1, &fast_elements);
7659 // Array literal has ElementsKind of FAST_ELEMENTS and value is an object.
7660 __ bind(&fast_elements);
7673 // FAST_ELEMENTS, and value is Smi.