Searched refs:OperandScaleAsIndex (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ | ||
H A D | bytecode-operands.h | 153 static constexpr int OperandScaleAsIndex(OperandScale operand_scale) { in OperandScaleAsIndex() function in v8::internal::interpreter::OperandScale::OperandSize::OperandType::ImplicitRegisterUse::BytecodeOperands |
H A D | interpreter.cc | 138 return index + BytecodeOperands::OperandScaleAsIndex(operand_scale) * in GetDispatchTableIndex() |
Completed in 2 milliseconds