Searched defs:OperandAt (Results 1 – 2 of 2) sorted by relevance
873 HValue* OperandAt(int i) { return inputs_[i]; } in OperandAt() function925 HValue* OperandAt(int i) { return inputs_[i]; } in OperandAt() function969 virtual HValue* OperandAt(int index) { return values_[index]; } in OperandAt() function1281 virtual HValue* OperandAt(int index) { return values_[index]; } in OperandAt() function
1283 virtual HValue* OperandAt(int i) const V8_FINAL V8_OVERRIDE { in OperandAt() function1354 HValue* OperandAt(int i) const V8_OVERRIDE { return inputs_[i]; } in OperandAt() function1839 virtual HValue* OperandAt(int index) const V8_OVERRIDE { in OperandAt() function3274 virtual HValue* OperandAt(int index) const V8_OVERRIDE { in OperandAt() function3376 virtual HValue* OperandAt(int index) const V8_FINAL V8_OVERRIDE { in OperandAt() function