Home
last modified time | relevance | path

Searched refs:IsFastPointerLayout (Results 1 – 6 of 6) 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.cc125 if (IsFastPointerLayout()) { in IsTagged()
Dobjects-printer.cc1173 } else if (IsFastPointerLayout()) { in Print()
Dobjects-inl.h5298 return LayoutDescriptor::IsFastPointerLayout(layout_desc); in HasFastPointerLayout()
/external/v8/test/cctest/
Dtest-unboxed-doubles.cc129 CHECK(layout_desc->IsFastPointerLayout()); in TEST()
138 CHECK(layout_desc->IsFastPointerLayout()); in TEST()
146 CHECK(layout_desc->IsFastPointerLayout()); in TEST()
197 CHECK(!layout_descriptor->IsFastPointerLayout()); in TEST()
213 CHECK(!layout_descriptor->IsFastPointerLayout()); in TEST()
238 CHECK(!layout_desc->IsFastPointerLayout()); in TEST()
266 if (layout_desc->IsFastPointerLayout()) { in TestLayoutDescriptorQueries()