Home
last modified time | relevance | path

Searched refs:GetOperandSizes (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc292 Bytecodes::GetOperandSizes(bytecode, operand_scale); in EmitBytecode()
Dbytecodes.h862 return GetOperandSizes(bytecode, operand_scale)[i]; in GetOperandSize()
866 static const OperandSize* GetOperandSizes(Bytecode bytecode, in GetOperandSizes() function