Home
last modified time | relevance | path

Searched refs:FastPointerLayout (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dlayout-descriptor-inl.h39 LayoutDescriptor* LayoutDescriptor::FastPointerLayout() { in FastPointerLayout() function
118 return this == FastPointerLayout(); in IsFastPointerLayout()
123 return layout_descriptor == FastPointerLayout(); in IsFastPointerLayout()
227 layout_descriptor_(LayoutDescriptor::FastPointerLayout()) { in LayoutDescriptorHelper()
Dlayout-descriptor.cc20 if (!FLAG_unbox_double_fields) return handle(FastPointerLayout(), isolate); in New()
27 return handle(FastPointerLayout(), isolate); in New()
Dlayout-descriptor.h70 V8_INLINE static LayoutDescriptor* FastPointerLayout();
Dobjects.cc2816 LayoutDescriptor::FastPointerLayout()); in MigrateToMap()
3069 LayoutDescriptor::FastPointerLayout(), isolate); in CopyGeneralizeAllRepresentations()
9366 : handle(LayoutDescriptor::FastPointerLayout(), map->GetIsolate()); in ShareDescriptor()
9460 LayoutDescriptor::FastPointerLayout()); in CopyReplaceDescriptors()
10002 : handle(LayoutDescriptor::FastPointerLayout(), map->GetIsolate()); in CopyAddDescriptor()
Dobjects-inl.h5363 : LayoutDescriptor::FastPointerLayout(); in GetLayoutDescriptor()
/external/v8/test/cctest/
Dtest-unboxed-doubles.cc126 LayoutDescriptor* layout_desc = LayoutDescriptor::FastPointerLayout(); in TEST()
178 CHECK_EQ(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
195 CHECK_NE(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
211 CHECK_NE(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
310 LayoutDescriptor* layout_desc = LayoutDescriptor::FastPointerLayout(); in TestLayoutDescriptorQueriesFast()
500 CHECK_EQ(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
507 CHECK_EQ(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
514 CHECK_NE(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
543 CHECK_EQ(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
550 CHECK_EQ(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
[all …]
/external/v8/src/heap/
Dheap.cc2078 ->set_layout_descriptor(LayoutDescriptor::FastPointerLayout()); in AllocatePartialMap()
2118 map->set_layout_descriptor(LayoutDescriptor::FastPointerLayout()); in AllocateMap()
2245 meta_map()->set_layout_descriptor(LayoutDescriptor::FastPointerLayout()); in CreateInitialMaps()
2255 LayoutDescriptor::FastPointerLayout()); in CreateInitialMaps()
2264 LayoutDescriptor::FastPointerLayout()); in CreateInitialMaps()
2272 null_map()->set_layout_descriptor(LayoutDescriptor::FastPointerLayout()); in CreateInitialMaps()