Searched refs:is_fixed_array (Results 1 – 1 of 1) sorted by relevance
423 DCHECK(!(this->fast_elements() && !is_fixed_array())); in ArrayConcatVisitor()439 if (!is_fixed_array()) { in visit()495 DCHECK(is_fixed_array()); in ToArray()510 DCHECK(is_fixed_array()); in storage_fixed_array()515 DCHECK(!is_fixed_array()); in storage_jsreceiver()525 DCHECK(fast_elements() && is_fixed_array()); in SetDictionaryMode()552 DCHECK(is_fixed_array()); in set_storage()569 bool is_fixed_array() const { return IsFixedArrayField::decode(bit_field_); } in is_fixed_array() function in v8::internal::__anon188b92c80211::ArrayConcatVisitor