Home | History | Annotate | Download | only in arm

Lines Matching refs:fast_elements

7370   Label fast_elements;
7373 // FAST_SMI_ONLY_ELEMENTS or FAST_ELEMENTS
7375 __ CheckFastSmiOnlyElements(r2, r5, &fast_elements);
7387 // Array literal has ElementsKind of FAST_ELEMENTS and value is an object.
7388 __ bind(&fast_elements);
7399 // FAST_ELEMENTS, and value is Smi.