Searched refs:NumberOfOperandsFor (Results 1 – 3 of 3) sorted by relevance
949 static int NumberOfOperandsFor(Opcode opcode);
2275 int Translation::NumberOfOperandsFor(Opcode opcode) { in NumberOfOperandsFor() function in v8::internal::Translation
1682 it.Skip(Translation::NumberOfOperandsFor(opcode) - 2); in GetFunctions()1685 it.Skip(Translation::NumberOfOperandsFor(opcode)); in GetFunctions()