Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecodes.cc121 Bytecode prefix_bytecode = OperandScaleToPrefixBytecode(operand_scale); in ToString()
Dbytecode-array-writer.cc284 Bytecode prefix = Bytecodes::OperandScaleToPrefixBytecode(operand_scale); in EmitBytecode()
Dbytecodes.h593 static Bytecode OperandScaleToPrefixBytecode(OperandScale operand_scale) { in OperandScaleToPrefixBytecode() function