Searched refs:IsFastPointerLayout (Results 1 – 6 of 6) sorted by relevance
96 if (IsFastPointerLayout()) return true; in IsTagged()117 bool LayoutDescriptor::IsFastPointerLayout() { in IsFastPointerLayout() function122 bool LayoutDescriptor::IsFastPointerLayout(Object* layout_descriptor) { in IsFastPointerLayout() function231 if (layout_descriptor_->IsFastPointerLayout()) { in LayoutDescriptorHelper()
38 V8_INLINE bool IsFastPointerLayout();39 V8_INLINE static bool IsFastPointerLayout(Object* layout_descriptor);
125 if (IsFastPointerLayout()) { in IsTagged()
1173 } else if (IsFastPointerLayout()) { in Print()
5298 return LayoutDescriptor::IsFastPointerLayout(layout_desc); in HasFastPointerLayout()
129 CHECK(layout_desc->IsFastPointerLayout()); in TEST()138 CHECK(layout_desc->IsFastPointerLayout()); in TEST()146 CHECK(layout_desc->IsFastPointerLayout()); in TEST()197 CHECK(!layout_descriptor->IsFastPointerLayout()); in TEST()213 CHECK(!layout_descriptor->IsFastPointerLayout()); in TEST()238 CHECK(!layout_desc->IsFastPointerLayout()); in TEST()266 if (layout_desc->IsFastPointerLayout()) { in TestLayoutDescriptorQueries()