Lines Matching refs:elements
490 LOperand* elements) {
494 inputs_[3] = elements;
502 LOperand* elements() { return inputs_[3]; }
526 explicit LArgumentsLength(LOperand* elements) {
527 inputs_[0] = elements;
538 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
990 DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind")
1183 DECLARE_CONCRETE_INSTRUCTION(LoadElements, "load-elements")
1200 LLoadKeyedFastElement(LOperand* elements, LOperand* key) {
1201 inputs_[0] = elements;
1208 LOperand* elements() { return inputs_[0]; }
1215 LLoadKeyedFastDoubleElement(LOperand* elements, LOperand* key) {
1216 inputs_[0] = elements;
1224 LOperand* elements() { return inputs_[0]; }
1705 LStoreKeyedFastDoubleElement(LOperand* elements,
1708 inputs_[0] = elements;
1719 LOperand* elements() { return inputs_[0]; }
1778 "transition-elements-kind")