Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor.cc465 Node* boilerplate, Node* boilerplate_map, Node* boilerplate_elements, in NonEmptyShallowClone() argument
481 StoreMap(elements, LoadMap(boilerplate_elements)); in NonEmptyShallowClone()
485 elements, offset, LoadObjectField(boilerplate_elements, offset)); in NonEmptyShallowClone()
491 CopyFixedArrayElements(kind, boilerplate_elements, elements, length, in NonEmptyShallowClone()
521 Node* boilerplate_elements = LoadElements(boilerplate); in EmitFastCloneShallowArray() local
522 Node* capacity = LoadFixedArrayBaseLength(boilerplate_elements); in EmitFastCloneShallowArray()
529 Node* elements_map = LoadMap(boilerplate_elements); in EmitFastCloneShallowArray()
552 NonEmptyShallowClone(boilerplate, boilerplate_map, boilerplate_elements, in EmitFastCloneShallowArray()
562 NonEmptyShallowClone(boilerplate, boilerplate_map, boilerplate_elements, in EmitFastCloneShallowArray()
576 elements.Bind(boilerplate_elements); in EmitFastCloneShallowArray()
Dbuiltins-constructor.h58 Node* boilerplate_elements, Node* allocation_site,
/external/v8/src/compiler/
Djs-create-lowering.cc1232 Handle<FixedArrayBase> boilerplate_elements(boilerplate->elements(), in AllocateFastLiteralElements() local
1236 if (boilerplate_elements->length() == 0 || in AllocateFastLiteralElements()
1237 boilerplate_elements->map() == isolate()->heap()->fixed_cow_array_map()) { in AllocateFastLiteralElements()
1239 isolate()->heap()->InNewSpace(*boilerplate_elements)) { in AllocateFastLiteralElements()
1243 boilerplate_elements = Handle<FixedArrayBase>( in AllocateFastLiteralElements()
1245 Handle<FixedArray>::cast(boilerplate_elements))); in AllocateFastLiteralElements()
1246 boilerplate->set_elements(*boilerplate_elements); in AllocateFastLiteralElements()
1248 return jsgraph()->HeapConstant(boilerplate_elements); in AllocateFastLiteralElements()
1252 int const elements_length = boilerplate_elements->length(); in AllocateFastLiteralElements()
1253 Handle<Map> elements_map(boilerplate_elements->map(), isolate()); in AllocateFastLiteralElements()
[all …]
/external/v8/src/crankshaft/
Dhydrogen.cc11815 HInstruction* boilerplate_elements = Add<HConstant>(elements); in BuildEmitFixedDoubleArray() local
11820 Add<HLoadKeyed>(boilerplate_elements, key_constant, nullptr, nullptr, in BuildEmitFixedDoubleArray()
11834 HInstruction* boilerplate_elements = Add<HConstant>(elements); in BuildEmitFixedArray() local
11851 Add<HLoadKeyed>(boilerplate_elements, key_constant, nullptr, nullptr, in BuildEmitFixedArray()