Lines Matching defs:left
638 LModI(LOperand* left, LOperand* right, LOperand* temp, LOperand* temp2) { in LModI()
645 LOperand* left() { return inputs_[0]; } in left() function
766 LMulI(LOperand* left, LOperand* right) { in LMulI()
771 LOperand* left() { return inputs_[0]; } in left() function
823 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch()
828 LOperand* left() { return inputs_[0]; } in left() function
969 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch()
974 LOperand* left() { return inputs_[0]; } in left() function
1063 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch()
1070 LOperand* left() { return inputs_[1]; } in left() function
1148 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT()
1155 LOperand* left() { return inputs_[1]; } in left() function
1169 LInstanceOf(LOperand* context, LOperand* left, LOperand* right) { in LInstanceOf()
1176 LOperand* left() const { return inputs_[1]; } in left() function
1216 LBitI(LOperand* left, LOperand* right) { in LBitI()
1221 LOperand* left() { return inputs_[0]; } in left() function
1233 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI()
1240 LOperand* left() { return inputs_[0]; } in left() function
1254 LSubI(LOperand* left, LOperand* right) { in LSubI()
1259 LOperand* left() { return inputs_[0]; } in left() function
1269 LRSubI(LOperand* left, LOperand* right) { in LRSubI()
1274 LOperand* left() { return inputs_[0]; } in left() function
1414 LAddI(LOperand* left, LOperand* right) { in LAddI()
1419 LOperand* left() { return inputs_[0]; } in left() function
1429 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax()
1434 LOperand* left() { return inputs_[0]; } in left() function
1444 LPower(LOperand* left, LOperand* right) { in LPower()
1449 LOperand* left() { return inputs_[0]; } in left() function
1459 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD()
1466 LOperand* left() { return inputs_[0]; } in left() function
1482 LOperand* left, in LArithmeticT()
1491 LOperand* left() { return inputs_[1]; } in left() function
2267 LStringAdd(LOperand* context, LOperand* left, LOperand* right) { in LStringAdd()
2274 LOperand* left() { return inputs_[1]; } in left() function