Home
last modified time | relevance | path

Searched refs:kOperandCount (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-traits.h93 static const int kOperandCount = sizeof...(operands);
128 static const int kOperandCount = 0;
Dbytecodes.cc29 const int Bytecodes::kOperandCount[] = { member in v8::internal::interpreter::Bytecodes
30 #define ENTRY(Name, ...) BytecodeTraits<__VA_ARGS__>::kOperandCount,
Dbytecodes.h818 return kOperandCount[static_cast<size_t>(bytecode)]; in NumberOfOperands()
1036 static const int kOperandCount[]; variable