Searched refs:IsFastPointerLayout (Results 1 – 5 of 5) 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);
126 if (IsFastPointerLayout()) { in IsTagged()
1472 if (IsFastPointerLayout()) { in Print()
5365 return LayoutDescriptor::IsFastPointerLayout(layout_desc); in HasFastPointerLayout()