Searched refs:kOperandCount (Results 1 – 3 of 3) sorted by relevance
93 static const int kOperandCount = sizeof...(operands);128 static const int kOperandCount = 0;
29 const int Bytecodes::kOperandCount[] = { member in v8::internal::interpreter::Bytecodes30 #define ENTRY(Name, ...) BytecodeTraits<__VA_ARGS__>::kOperandCount,
818 return kOperandCount[static_cast<size_t>(bytecode)]; in NumberOfOperands()1036 static const int kOperandCount[]; variable