Searched refs:boilerplate_elements (Results 1 – 3 of 3) sorted by relevance
579 TNode<FixedArrayBase> boilerplate_elements = LoadElements(boilerplate); in CreateShallowObjectLiteral() local580 Branch(IsEmptyFixedArray(boilerplate_elements), &if_empty_fixed_array, in CreateShallowObjectLiteral()584 var_elements = boilerplate_elements; in CreateShallowObjectLiteral()589 IsFixedCOWArrayMap(LoadMap(boilerplate_elements)))); in CreateShallowObjectLiteral()591 var_elements = CloneFixedArray(boilerplate_elements, flags); in CreateShallowObjectLiteral()
1847 FixedArrayBaseRef boilerplate_elements = maybe_boilerplate_elements.value(); in TryAllocateFastLiteralElements() local1851 boilerplate, JSObject::kElementsOffset, boilerplate_elements); in TryAllocateFastLiteralElements()1854 int const elements_length = boilerplate_elements.length(); in TryAllocateFastLiteralElements()1855 MapRef elements_map = boilerplate_elements.map(); in TryAllocateFastLiteralElements()1858 dependencies()->DependOnObjectSlotValue(boilerplate_elements, in TryAllocateFastLiteralElements()1860 if (boilerplate_elements.length() == 0 || elements_map.IsFixedCowArrayMap()) { in TryAllocateFastLiteralElements()1862 !boilerplate.IsElementsTenured(boilerplate_elements)) { in TryAllocateFastLiteralElements()1865 return jsgraph()->Constant(boilerplate_elements); in TryAllocateFastLiteralElements()1870 if (boilerplate_elements.IsFixedDoubleArray()) { in TryAllocateFastLiteralElements()1871 int const size = FixedDoubleArray::SizeFor(boilerplate_elements.length()); in TryAllocateFastLiteralElements()[all …]
45628 FixedArrayBaseRef boilerplate_elements = maybe_boilerplate_elements.value();45632 + boilerplate, JSObject::kElementsOffset, boilerplate_elements);45635 int const elements_length = boilerplate_elements.length();45636 MapRef elements_map = boilerplate_elements.map();45639 + dependencies()->DependOnObjectSlotValue(boilerplate_elements,45641 if (boilerplate_elements.length() == 0 || elements_map.IsFixedCowArrayMap()) {45643 !boilerplate.IsElementsTenured(boilerplate_elements)) {