Home | History | Annotate | Download | only in x64

Lines Matching refs:elements

492                   LOperand* elements) {
496 inputs_[3] = elements;
504 LOperand* elements() { return inputs_[3]; }
528 explicit LArgumentsLength(LOperand* elements) {
529 inputs_[0] = elements;
540 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
990 DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind")
1182 DECLARE_CONCRETE_INSTRUCTION(LoadElements, "load-elements")
1199 LLoadKeyedFastElement(LOperand* elements, LOperand* key) {
1200 inputs_[0] = elements;
1207 LOperand* elements() { return inputs_[0]; }
1214 LLoadKeyedFastDoubleElement(LOperand* elements, LOperand* key) {
1215 inputs_[0] = elements;
1223 LOperand* elements() { return inputs_[0]; }
1693 LStoreKeyedFastDoubleElement(LOperand* elements,
1696 inputs_[0] = elements;
1707 LOperand* elements() { return inputs_[0]; }
1767 "transition-elements-kind")