Home
last modified time | relevance | path

Searched defs:OperandAt (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dhydrogen-instructions.h873 HValue* OperandAt(int i) { return inputs_[i]; } in OperandAt() function
925 HValue* OperandAt(int i) { return inputs_[i]; } in OperandAt() function
969 virtual HValue* OperandAt(int index) { return values_[index]; } in OperandAt() function
1281 virtual HValue* OperandAt(int index) { return values_[index]; } in OperandAt() function
/external/chromium_org/v8/src/
Dhydrogen-instructions.h1283 virtual HValue* OperandAt(int i) const V8_FINAL V8_OVERRIDE { in OperandAt() function
1354 HValue* OperandAt(int i) const V8_OVERRIDE { return inputs_[i]; } in OperandAt() function
1839 virtual HValue* OperandAt(int index) const V8_OVERRIDE { in OperandAt() function
3274 virtual HValue* OperandAt(int index) const V8_OVERRIDE { in OperandAt() function
3376 virtual HValue* OperandAt(int index) const V8_FINAL V8_OVERRIDE { in OperandAt() function