Searched refs:boilerplate_map (Results 1 – 2 of 2) sorted by relevance
1635 MapRef boilerplate_map = boilerplate.map(); in AllocateFastLiteral() local1637 inobject_fields.reserve(boilerplate_map.GetInObjectProperties()); in AllocateFastLiteral()1638 int const boilerplate_nof = boilerplate_map.NumberOfOwnDescriptors(); in AllocateFastLiteral()1641 boilerplate_map.GetPropertyDetails(i); in AllocateFastLiteral()1644 NameRef property_name = boilerplate_map.GetPropertyKey(i); in AllocateFastLiteral()1645 FieldIndex index = boilerplate_map.GetFieldIndexFor(i); in AllocateFastLiteral()1684 int const boilerplate_length = boilerplate_map.GetInObjectProperties(); in AllocateFastLiteral()1688 AccessBuilder::ForJSObjectInObjectProperty(boilerplate_map, index); in AllocateFastLiteral()1700 builder.Allocate(boilerplate_map.instance_size(), pretenure, in AllocateFastLiteral()1701 Type::For(js_heap_broker(), boilerplate_map.object<Map>())); in AllocateFastLiteral()[all …]
438 TNode<Map> boilerplate_map = LoadMap(boilerplate); in EmitCreateShallowObjectLiteral() local439 CSA_ASSERT(this, IsJSObjectMap(boilerplate_map)); in EmitCreateShallowObjectLiteral()443 Node* bit_field_3 = LoadMapBitField3(boilerplate_map); in EmitCreateShallowObjectLiteral()496 TimesPointerSize(LoadMapInstanceSizeInWords(boilerplate_map)); in EmitCreateShallowObjectLiteral()509 StoreMapNoWriteBarrier(copy, boilerplate_map); in EmitCreateShallowObjectLiteral()