Home
last modified time | relevance | path

Searched refs:IsFastPointerLayout (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dlayout-descriptor-inl.h96 if (IsFastPointerLayout()) return true; in IsTagged()
117 bool LayoutDescriptor::IsFastPointerLayout() { in IsFastPointerLayout() function
122 bool LayoutDescriptor::IsFastPointerLayout(Object* layout_descriptor) { in IsFastPointerLayout() function
231 if (layout_descriptor_->IsFastPointerLayout()) { in LayoutDescriptorHelper()
Dlayout-descriptor.h38 V8_INLINE bool IsFastPointerLayout();
39 V8_INLINE static bool IsFastPointerLayout(Object* layout_descriptor);
Dlayout-descriptor.cc126 if (IsFastPointerLayout()) { in IsTagged()
Dobjects-printer.cc1472 if (IsFastPointerLayout()) { in Print()
Dobjects-inl.h5365 return LayoutDescriptor::IsFastPointerLayout(layout_desc); in HasFastPointerLayout()