Lines Matching defs:fast_elements
6291 Label fast_elements;6295 // FAST_SMI_ONLY_ELEMENTS or FAST_ELEMENTS6297 __ CheckFastSmiOnlyElements(rdi, &fast_elements);6315 // Array literal has ElementsKind of FAST_ELEMENTS and value is an object.6316 __ bind(&fast_elements);6330 // FAST_ELEMENTS, and value is Smi.