Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds