Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dlayout-descriptor-inl.h105 if (IsFastPointerLayout()) return true; in IsTagged()
125 bool LayoutDescriptor::IsFastPointerLayout() { in IsFastPointerLayout() function
129 bool LayoutDescriptor::IsFastPointerLayout(Object layout_descriptor) { in IsFastPointerLayout() function
230 if (layout_descriptor_.IsFastPointerLayout()) { in LayoutDescriptorHelper()
Dlayout-descriptor.h43 V8_INLINE bool IsFastPointerLayout();
44 V8_INLINE static bool IsFastPointerLayout(Object layout_descriptor);
Dlayout-descriptor.cc119 if (IsFastPointerLayout()) { in IsTagged()
Dmap-inl.h629 return LayoutDescriptor::IsFastPointerLayout(layout_desc); in HasFastPointerLayout()
/external/v8/src/diagnostics/
Dobjects-printer.cc2197 if (IsFastPointerLayout()) { in Print()