Searched refs:boilerplate_elements (Results 1 – 2 of 2) sorted by relevance
472 Node* boilerplate_elements = LoadElements(boilerplate); in EmitCreateShallowObjectLiteral() local473 Branch(IsEmptyFixedArray(boilerplate_elements), &if_empty_fixed_array, in EmitCreateShallowObjectLiteral()477 var_elements.Bind(boilerplate_elements); in EmitCreateShallowObjectLiteral()482 IsFixedCOWArrayMap(LoadMap(boilerplate_elements)))); in EmitCreateShallowObjectLiteral()487 var_elements.Bind(CloneFixedArray(boilerplate_elements, flags)); in EmitCreateShallowObjectLiteral()
1720 FixedArrayBaseRef boilerplate_elements = boilerplate.elements(); in AllocateFastLiteralElements() local1723 int const elements_length = boilerplate_elements.length(); in AllocateFastLiteralElements()1724 MapRef elements_map = boilerplate_elements.map(); in AllocateFastLiteralElements()1725 if (boilerplate_elements.length() == 0 || elements_map.IsFixedCowArrayMap()) { in AllocateFastLiteralElements()1728 boilerplate_elements = boilerplate.elements(); in AllocateFastLiteralElements()1730 return jsgraph()->HeapConstant(boilerplate_elements.object<HeapObject>()); in AllocateFastLiteralElements()1736 FixedDoubleArrayRef elements = boilerplate_elements.AsFixedDoubleArray(); in AllocateFastLiteralElements()1745 FixedArrayRef elements = boilerplate_elements.AsFixedArray(); in AllocateFastLiteralElements()