Lines Matching refs:fast_elements
652 * The second parameter of the constructor, fast_elements, specifies
661 bool fast_elements)
665 bit_field_(FastElementsField::encode(fast_elements) |
674 DCHECK_IMPLIES(this->fast_elements(), is_fixed_array());
700 if (fast_elements()) {
712 DCHECK(!fast_elements());
738 if (fast_elements() &&
755 array, fast_elements() ? HOLEY_ELEMENTS : DICTIONARY_ELEMENTS);
782 DCHECK(fast_elements() && is_fixed_array());
819 bool fast_elements() const { return FastElementsField::decode(bit_field_); }