Home
last modified time | relevance | path

Searched refs:boilerplate_elements (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-constructor-gen.cc579 TNode<FixedArrayBase> boilerplate_elements = LoadElements(boilerplate); in CreateShallowObjectLiteral() local
580 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()
/third_party/node/deps/v8/src/compiler/
Djs-create-lowering.cc1847 FixedArrayBaseRef boilerplate_elements = maybe_boilerplate_elements.value(); in TryAllocateFastLiteralElements() local
1851 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 …]
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch45628 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)) {