Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.cc79 Bytecode prefix_bytecode = OperandScaleToPrefixBytecode(operand_scale); in ToString()
Dbytecode-array-writer.cc111 Bytecode prefix = Bytecodes::OperandScaleToPrefixBytecode(operand_scale); in EmitBytecode()
Dbytecodes.h433 static Bytecode OperandScaleToPrefixBytecode(OperandScale operand_scale) { in OperandScaleToPrefixBytecode() function