Searched refs:boilerplate_elements (Results 1 – 1 of 1) sorted by relevance
2893 HValue* boilerplate_elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayNonEmpty() local2894 HValue* capacity = AddLoadFixedArrayLength(boilerplate_elements); in BuildCloneShallowArrayNonEmpty()2923 boilerplate_elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayNonEmpty()2924 boilerplate_elements->SetFlag(HValue::kCantBeReplaced); in BuildCloneShallowArrayNonEmpty()2930 Add<HLoadNamedField>(boilerplate_elements, in BuildCloneShallowArrayNonEmpty()2938 BuildCopyElements(boilerplate_elements, kind, elements, in BuildCloneShallowArrayNonEmpty()11003 HInstruction* boilerplate_elements = Add<HConstant>(elements); in BuildEmitFixedDoubleArray() local11008 Add<HLoadKeyed>(boilerplate_elements, key_constant, in BuildEmitFixedDoubleArray()11023 HInstruction* boilerplate_elements = Add<HConstant>(elements); in BuildEmitFixedArray() local11038 Add<HLoadKeyed>(boilerplate_elements, key_constant, in BuildEmitFixedArray()