Searched refs:IsSlowLayout (Results 1 – 4 of 4) sorted by relevance
69 if (layout_descriptor->IsSlowLayout()) { in AppendIfFastOrUseFull()102 DCHECK(new_layout_descriptor->IsSlowLayout()); in EnsureCapacity()104 if (layout_descriptor->IsSlowLayout()) { in EnsureCapacity()136 uint32_t value = IsSlowLayout() ? get_layout_word(layout_word_index) in IsTagged()143 if (IsSlowLayout()) { in IsTagged()240 if (!IsSlowLayout()) return this; in Trim()
76 if (IsSlowLayout()) { in SetTagged()109 if (IsSlowLayout()) { in IsTagged()129 bool LayoutDescriptor::IsSlowLayout() { return !IsSmi(); } in IsSlowLayout() function133 return IsSlowLayout() ? (length() * kBitsPerByte) : kBitsInSmiLayout; in capacity()
44 V8_INLINE bool IsSlowLayout();
590 if (layout_descriptor()->IsSlowLayout()) { in UpdateDescriptors()