Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen.cc2893 HValue* boilerplate_elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayNonEmpty() local
2894 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() local
11008 Add<HLoadKeyed>(boilerplate_elements, key_constant, in BuildEmitFixedDoubleArray()
11023 HInstruction* boilerplate_elements = Add<HConstant>(elements); in BuildEmitFixedArray() local
11038 Add<HLoadKeyed>(boilerplate_elements, key_constant, in BuildEmitFixedArray()