Home | History | Annotate | Download | only in x64

Lines Matching full:inputs_

313   LOperand* InputAt(int i) { return inputs_[i]; }
323 OperandContainer<LOperand*, I> inputs_;
479 inputs_[0] = function;
480 inputs_[1] = receiver;
481 inputs_[2] = length;
482 inputs_[3] = elements;
487 LOperand* function() { return inputs_[0]; }
488 LOperand* receiver() { return inputs_[1]; }
489 LOperand* length() { return inputs_[2]; }
490 LOperand* elements() { return inputs_[3]; }
497 inputs_[0] = arguments;
498 inputs_[1] = length;
499 inputs_[2] = index;
504 LOperand* arguments() { return inputs_[0]; }
505 LOperand* length() { return inputs_[1]; }
506 LOperand* index() { return inputs_[2]; }
515 inputs_[0] = elements;
533 inputs_[0] = left;
534 inputs_[1] = right;
546 inputs_[0] = left;
547 inputs_[1] = right;
559 inputs_[0] = left;
560 inputs_[1] = right;
571 inputs_[0] = left;
572 inputs_[1] = right;
588 inputs_[0] = left;
589 inputs_[1] = right;
607 inputs_[0] = value;
621 inputs_[0] = left;
622 inputs_[1] = right;
632 inputs_[0] = left;
633 inputs_[1] = right;
644 inputs_[0] = value;
657 inputs_[0] = value;
673 inputs_[0] = value;
683 inputs_[0] = value;
695 inputs_[0] = value;
706 inputs_[0] = value;
718 inputs_[0] = value;
729 inputs_[0] = value;
743 inputs_[0] = value;
754 inputs_[0] = value;
765 inputs_[0] = value;
777 inputs_[0] = value;
791 inputs_[0] = value;
806 inputs_[0] = left;
807 inputs_[1] = right;
820 inputs_[0] = left;
821 inputs_[1] = right;
834 inputs_[0] = left;
835 inputs_[1] = right;
845 inputs_[0] = left;
846 inputs_[1] = right;
856 inputs_[0] = value;
871 inputs_[0] = index;
872 inputs_[1] = length;
875 LOperand* index() { return inputs_[0]; }
876 LOperand* length() { return inputs_[1]; }
886 inputs_[0] = left;
887 inputs_[1] = right;
903 inputs_[0] = left;
904 inputs_[1] = right;
922 inputs_[0] = left;
923 inputs_[1] = right;
964 inputs_[0] = value;
977 inputs_[0] = value;
998 inputs_[0] = value;
1009 inputs_[0] = value;
1020 inputs_[0] = value;
1031 inputs_[0] = value;
1042 inputs_[0] = value;
1052 inputs_[0] = value;
1062 inputs_[0] = left;
1063 inputs_[1] = right;
1074 inputs_[0] = left;
1075 inputs_[1] = right;
1087 inputs_[0] = left;
1088 inputs_[1] = right;
1105 inputs_[0] = left;
1106 inputs_[1] = right;
1122 inputs_[0] = value;
1132 inputs_[0] = object;
1143 inputs_[0] = object;
1149 LOperand* object() { return inputs_[0]; }
1156 inputs_[0] = object;
1162 LOperand* object() { return inputs_[0]; }
1170 inputs_[0] = function;
1176 LOperand* function() { return inputs_[0]; }
1183 inputs_[0] = object;
1193 inputs_[0] = object;
1204 inputs_[0] = elements;
1205 inputs_[1] = key;
1211 LOperand* elements() { return inputs_[0]; }
1212 LOperand* key() { return inputs_[1]; }
1220 inputs_[0] = external_pointer;
1221 inputs_[1] = key;
1228 LOperand* external_pointer() { return inputs_[0]; }
1229 LOperand* key() { return inputs_[1]; }
1239 inputs_[0] = obj;
1240 inputs_[1] = key;
1245 LOperand* object() { return inputs_[0]; }
1246 LOperand* key() { return inputs_[1]; }
1260 inputs_[0] = global_object;
1266 LOperand* global_object() { return inputs_[0]; }
1275 inputs_[0] = value;
1288 inputs_[0] = global_object;
1289 inputs_[1] = value;
1305 inputs_[0] = context;
1321 inputs_[0] = context;
1322 inputs_[1] = value;
1341 inputs_[0] = value;
1357 inputs_[0] = context;
1375 inputs_[0] = global_object;
1399 inputs_[0] = key;
1405 LOperand* key() { return inputs_[0]; }
1463 inputs_[0] = constructor;
1488 inputs_[0] = value;
1498 inputs_[0] = value;
1508 inputs_[0] = value;
1520 inputs_[0] = value;
1534 inputs_[0] = value;
1548 inputs_[0] = value;
1558 inputs_[0] = value;
1570 inputs_[0] = value;
1585 inputs_[0] = object;
1586 inputs_[1] = value;
1595 LOperand* object() { return inputs_[0]; }
1596 LOperand* value() { return inputs_[1]; }
1609 inputs_[0] = object;
1610 inputs_[1] = value;
1618 LOperand* object() { return inputs_[0]; }
1619 LOperand* value() { return inputs_[1]; }
1628 inputs_[0] = obj;
1629 inputs_[1] = key;
1630 inputs_[2] = val;
1639 LOperand* object() { return inputs_[0]; }
1640 LOperand* key() { return inputs_[1]; }
1641 LOperand* value() { return inputs_[2]; }
1650 inputs_[0] = external_pointer;
1651 inputs_[1] = key;
1652 inputs_[2] = val;
1659 LOperand* external_pointer() { return inputs_[0]; }
1660 LOperand* key() { return inputs_[1]; }
1661 LOperand* value() { return inputs_[2]; }
1671 inputs_[0] = object;
1672 inputs_[1] = key;
1673 inputs_[2] = value;
1681 LOperand* object() { return inputs_[0]; }
1682 LOperand* key() { return inputs_[1]; }
1683 LOperand* value() { return inputs_[2]; }
1691 inputs_[0] = string;
1692 inputs_[1] = index;
1698 LOperand* string() { return inputs_[0]; }
1699 LOperand* index() { return inputs_[1]; }
1706 inputs_[0] = char_code;
1712 LOperand* char_code() { return inputs_[0]; }
1719 inputs_[0] = string;
1725 LOperand* string() { return inputs_[0]; }
1732 inputs_[0] = value;
1743 inputs_[0] = value;
1754 inputs_[0] = value;
1779 inputs_[0] = value;
1789 inputs_[0] = value;
1829 inputs_[0] = value;
1840 inputs_[0] = value;
1850 inputs_[0] = value;
1865 inputs_[0] = value;
1898 inputs_[0] = obj;
1899 inputs_[1] = key;
1904 LOperand* object() { return inputs_[0]; }
1905 LOperand* key() { return inputs_[1]; }