Home | History | Annotate | Download | only in interpreter

Lines Matching refs:kOperandCount

40     DCHECK(0 <= i && i < kOperandCount);
47 DCHECK(0 <= i && i < kOperandCount);
57 DCHECK(0 <= i && i < kOperandCount);
66 static const int kOperandCount = 4;
82 DCHECK(0 <= i && i < kOperandCount);
91 DCHECK(0 <= i && i < kOperandCount);
99 static const int kOperandCount = 3;
108 DCHECK(0 <= i && i < kOperandCount);
114 DCHECK(0 <= i && i < kOperandCount);
122 DCHECK(0 <= i && i < kOperandCount);
129 static const int kOperandCount = 2;
151 static const int kOperandCount = 1;
172 static const int kOperandCount = 0;