Searched refs:kOperandTypes (Results 1 – 3 of 3) sorted by relevance
81 static const OperandType kOperandTypes[];98 BytecodeTraits<accumulator_use, operands...>::kOperandTypes[] = {119 static const OperandType kOperandTypes[];133 BytecodeTraits<accumulator_use>::kOperandTypes[] = {OperandType::kNone};
17 const OperandType* const Bytecodes::kOperandTypes[] = { member in v8::internal::interpreter::Bytecodes18 #define ENTRY(Name, ...) BytecodeTraits<__VA_ARGS__>::kOperandTypes,
718 return kOperandTypes[static_cast<size_t>(bytecode)]; in GetOperandTypes()918 static const OperandType* const kOperandTypes[];