Searched refs:NumberOfOperandsFor (Results 1 – 4 of 4) sorted by relevance
216 it.Skip(Translation::NumberOfOperandsFor(opcode)); in RecordInliningInfo()223 it.Skip(Translation::NumberOfOperandsFor(opcode)); in RecordInliningInfo()
981 static int NumberOfOperandsFor(Opcode opcode);
1630 it.Skip(Translation::NumberOfOperandsFor(opcode) - 2); in GetFunctions()1633 it.Skip(Translation::NumberOfOperandsFor(opcode)); in GetFunctions()
2075 int Translation::NumberOfOperandsFor(Opcode opcode) { in NumberOfOperandsFor() function in v8::internal::Translation