Lines Matching refs:boilerplate_map
1635 MapRef boilerplate_map = boilerplate.map(); in AllocateFastLiteral() local
1637 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()
1702 builder.Store(AccessBuilder::ForMap(), boilerplate_map); in AllocateFastLiteral()
1705 if (boilerplate_map.IsJSArrayMap()) { in AllocateFastLiteral()
1776 MapRef boilerplate_map = boilerplate.map(); in AllocateLiteralRegExp() local
1794 Type::For(js_heap_broker(), boilerplate_map.object<Map>())); in AllocateLiteralRegExp()
1795 builder.Store(AccessBuilder::ForMap(), boilerplate_map); in AllocateLiteralRegExp()