Lines Matching refs:elements
558 LOperand* elements) {
562 inputs_[3] = elements;
570 LOperand* elements() { return inputs_[3]; }
594 explicit LArgumentsLength(LOperand* elements) {
595 inputs_[0] = elements;
598 LOperand* elements() { return inputs_[0]; }
606 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
1332 DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind")
1585 LLoadKeyed(LOperand* elements, LOperand* key) {
1586 inputs_[0] = elements;
1590 LOperand* elements() { return inputs_[0]; }
2190 LOperand* elements() { return inputs_[0]; }
2245 "transition-elements-kind")