Home | History | Annotate | Download | only in src

Lines Matching refs:OperandCount

755   virtual int OperandCount() = 0;
1235 ASSERT(0 <= index && index < OperandCount());
1236 position_.ensure_storage_for_operand_positions(zone, OperandCount());
1282 virtual int OperandCount() V8_FINAL V8_OVERRIDE { return V; }
1353 int OperandCount() V8_OVERRIDE { return V; }
1838 virtual int OperandCount() V8_OVERRIDE { return values_.length(); }
3273 virtual int OperandCount() V8_OVERRIDE { return inputs_.length(); }
3375 virtual int OperandCount() V8_FINAL V8_OVERRIDE { return values_.length(); }