Lines Matching refs:elements
491 LOperand* elements) {
495 inputs_[3] = elements;
503 LOperand* elements() { return inputs_[3]; }
527 explicit LArgumentsLength(LOperand* elements) {
528 inputs_[0] = elements;
539 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
991 DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind")
1203 DECLARE_CONCRETE_INSTRUCTION(LoadElements, "load-elements")
1220 LLoadKeyedFastElement(LOperand* elements, LOperand* key) {
1221 inputs_[0] = elements;
1228 LOperand* elements() { return inputs_[0]; }
1235 LLoadKeyedFastDoubleElement(LOperand* elements, LOperand* key) {
1236 inputs_[0] = elements;
1244 LOperand* elements() { return inputs_[0]; }
1725 LStoreKeyedFastDoubleElement(LOperand* elements,
1728 inputs_[0] = elements;
1739 LOperand* elements() { return inputs_[0]; }
1798 "transition-elements-kind")