Lines Matching refs:right
671 LOperand* right) {
673 inputs_[1] = right;
677 LOperand* right() { return inputs_[1]; }
793 LMulI(LOperand* left, LOperand* right) {
795 inputs_[1] = right;
799 LOperand* right() { return inputs_[1]; }
832 LCompareNumericAndBranch(LOperand* left, LOperand* right) {
834 inputs_[1] = right;
838 LOperand* right() { return inputs_[1]; }
982 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
984 inputs_[1] = right;
988 LOperand* right() { return inputs_[1]; }
1093 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) {
1096 inputs_[2] = right;
1101 LOperand* right() { return inputs_[2]; }
1179 LCmpT(LOperand* context, LOperand* left, LOperand* right) {
1182 inputs_[2] = right;
1187 LOperand* right() { return inputs_[2]; }
1198 LInstanceOf(LOperand* context, LOperand* left, LOperand* right) {
1201 inputs_[2] = right;
1206 LOperand* right() { return inputs_[2]; }
1259 LBitI(LOperand* left, LOperand* right) {
1261 inputs_[1] = right;
1265 LOperand* right() { return inputs_[1]; }
1276 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
1279 inputs_[1] = right;
1284 LOperand* right() { return inputs_[1]; }
1297 LSubI(LOperand* left, LOperand* right) {
1299 inputs_[1] = right;
1303 LOperand* right() { return inputs_[1]; }
1460 LAddI(LOperand* left, LOperand* right) {
1462 inputs_[1] = right;
1466 LOperand* right() { return inputs_[1]; }
1475 LMathMinMax(LOperand* left, LOperand* right) {
1477 inputs_[1] = right;
1481 LOperand* right() { return inputs_[1]; }
1490 LPower(LOperand* left, LOperand* right) {
1492 inputs_[1] = right;
1496 LOperand* right() { return inputs_[1]; }
1505 LArithmeticD(Token::Value op, LOperand* left, LOperand* right)
1508 inputs_[1] = right;
1513 LOperand* right() { return inputs_[1]; }
1531 LOperand* right)
1535 inputs_[2] = right;
1540 LOperand* right() { return inputs_[2]; }
2307 LStringAdd(LOperand* context, LOperand* left, LOperand* right) {
2310 inputs_[2] = right;
2315 LOperand* right() { return inputs_[2]; }