Home
last modified time | relevance | path

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

/external/v8/src/
Dlayout-descriptor-inl.h98 if (IsFastPointerLayout()) return true; in IsTagged()
119 bool LayoutDescriptor::IsFastPointerLayout() { in IsFastPointerLayout() function
124 bool LayoutDescriptor::IsFastPointerLayout(Object* layout_descriptor) { in IsFastPointerLayout() function
229 if (layout_descriptor_->IsFastPointerLayout()) { in LayoutDescriptorHelper()
Dlayout-descriptor.h40 V8_INLINE bool IsFastPointerLayout();
41 V8_INLINE static bool IsFastPointerLayout(Object* layout_descriptor);
Dlayout-descriptor.cc121 if (IsFastPointerLayout()) { in IsTagged()
Dobjects-printer.cc2131 if (IsFastPointerLayout()) { in Print()
/external/v8/src/objects/
Dmap-inl.h583 return LayoutDescriptor::IsFastPointerLayout(layout_desc); in HasFastPointerLayout()