Lines Matching defs:fast_elements
7319 Label fast_elements;7323 // FAST_SMI_ONLY_ELEMENTS or FAST_ELEMENTS7325 __ CheckFastSmiOnlyElements(edi, &fast_elements, Label::kNear);7347 // Array literal has ElementsKind of FAST_ELEMENTS and value is an object.7348 __ bind(&fast_elements);7361 // FAST_ELEMENTS, and value is Smi.