Searched refs:boilerplate_map (Results 1 – 3 of 3) sorted by relevance
1679 MapRef boilerplate_map = boilerplate.map(); in TryAllocateFastLiteral() local1683 boilerplate_map); in TryAllocateFastLiteral()1688 !current_boilerplate_map->equals(boilerplate_map)) { in TryAllocateFastLiteral()1697 if (boilerplate_map.is_deprecated()) return {}; in TryAllocateFastLiteral()1717 inobject_fields.reserve(boilerplate_map.GetInObjectProperties()); in TryAllocateFastLiteral()1718 int const boilerplate_nof = boilerplate_map.NumberOfOwnDescriptors(); in TryAllocateFastLiteral()1721 boilerplate_map.GetPropertyDetails(i); in TryAllocateFastLiteral()1726 NameRef property_name = boilerplate_map.GetPropertyKey(i); in TryAllocateFastLiteral()1727 FieldIndex index = boilerplate_map.GetFieldIndexFor(i); in TryAllocateFastLiteral()1728 ConstFieldInfo const_field_info(boilerplate_map.object()); in TryAllocateFastLiteral()[all …]
539 TNode<Map> boilerplate_map = LoadMap(boilerplate); in CreateShallowObjectLiteral() local540 CSA_DCHECK(this, IsJSObjectMap(boilerplate_map)); in CreateShallowObjectLiteral()544 TNode<Uint32T> bit_field_3 = LoadMapBitField3(boilerplate_map); in CreateShallowObjectLiteral()600 TimesTaggedSize(LoadMapInstanceSizeInWords(boilerplate_map)); in CreateShallowObjectLiteral()615 StoreMapNoWriteBarrier(copy, boilerplate_map); in CreateShallowObjectLiteral()
45617 MapRef boilerplate_map = boilerplate.map();45621 + boilerplate_map);