Searched refs:IsFastPointerLayout (Results 1 – 5 of 5) sorted by relevance
98 if (IsFastPointerLayout()) return true; in IsTagged()119 bool LayoutDescriptor::IsFastPointerLayout() { in IsFastPointerLayout() function124 bool LayoutDescriptor::IsFastPointerLayout(Object* layout_descriptor) { in IsFastPointerLayout() function229 if (layout_descriptor_->IsFastPointerLayout()) { in LayoutDescriptorHelper()
40 V8_INLINE bool IsFastPointerLayout();41 V8_INLINE static bool IsFastPointerLayout(Object* layout_descriptor);
121 if (IsFastPointerLayout()) { in IsTagged()
2131 if (IsFastPointerLayout()) { in Print()
583 return LayoutDescriptor::IsFastPointerLayout(layout_desc); in HasFastPointerLayout()