Lines Matching refs:elements
564 LOperand* elements) {
568 inputs_[3] = elements;
574 LOperand* elements() { return inputs_[3]; }
600 explicit LArgumentsLength(LOperand* elements) {
601 inputs_[0] = elements;
604 LOperand* elements() { return inputs_[0]; }
612 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
1307 DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind")
1586 LLoadKeyed(LOperand* elements, LOperand* key) {
1587 inputs_[0] = elements;
1590 LOperand* elements() { return inputs_[0]; }
2274 LOperand* elements() { return inputs_[0]; }
2334 "transition-elements-kind")