Searched refs:boilerplate_elements (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 3119 HValue* boilerplate_elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayNonEmpty() local 3120 HValue* capacity = AddLoadFixedArrayLength(boilerplate_elements); in BuildCloneShallowArrayNonEmpty() 3149 boilerplate_elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayNonEmpty() 3150 boilerplate_elements->SetFlag(HValue::kCantBeReplaced); in BuildCloneShallowArrayNonEmpty() 3157 Add<HLoadNamedField>(boilerplate_elements, nullptr, access)); in BuildCloneShallowArrayNonEmpty() 3164 BuildCopyElements(boilerplate_elements, kind, elements, in BuildCloneShallowArrayNonEmpty() 11974 HInstruction* boilerplate_elements = Add<HConstant>(elements); in BuildEmitFixedDoubleArray() local 11979 Add<HLoadKeyed>(boilerplate_elements, key_constant, nullptr, nullptr, in BuildEmitFixedDoubleArray() 11993 HInstruction* boilerplate_elements = Add<HConstant>(elements); in BuildEmitFixedArray() local 12010 Add<HLoadKeyed>(boilerplate_elements, key_constant, nullptr, nullptr, in BuildEmitFixedArray()
|