Searched refs:IsSlowLayout (Results 1 – 5 of 5) sorted by relevance
128 CHECK(!layout_desc->IsSlowLayout()); in TEST()196 CHECK(!layout_descriptor->IsSlowLayout()); in TEST()212 CHECK(layout_descriptor->IsSlowLayout()); in TEST()237 CHECK(layout_desc->IsSlowLayout()); in TEST()515 CHECK(!layout_descriptor->IsSlowLayout()); in TEST()558 CHECK(!layout_descriptor->IsSlowLayout()); in TEST()571 CHECK(layout_descriptor->IsSlowLayout()); in TEST()672 CHECK(!layout_descriptor->IsSlowLayout()); in TEST()676 CHECK(!layout_descriptor->IsSlowLayout()); in TEST()680 CHECK(!layout_descriptor->IsSlowLayout()); in TEST()[all …]
73 if (layout_descriptor->IsSlowLayout()) { in AppendIfFastOrUseFull()106 DCHECK(new_layout_descriptor->IsSlowLayout()); in EnsureCapacity()108 if (layout_descriptor->IsSlowLayout()) { in EnsureCapacity()140 uint32_t value = IsSlowLayout() in IsTagged()152 if (IsSlowLayout()) { in IsTagged()234 if (!IsSlowLayout()) return this; in Trim()
74 if (IsSlowLayout()) { in SetTagged()107 if (IsSlowLayout()) { in IsTagged()127 bool LayoutDescriptor::IsSlowLayout() { return !IsSmi(); } in IsSlowLayout() function131 return IsSlowLayout() ? (length() * kNumberOfBits) : kSmiValueSize; in capacity()
42 V8_INLINE bool IsSlowLayout();
5306 if (layout_descriptor()->IsSlowLayout()) { in UpdateDescriptors()