Searched refs:OperandScaleToPrefixBytecode (Results 1 – 5 of 5) sorted by relevance
252 CHECK_EQ(prefix, Bytecodes::OperandScaleToPrefixBytecode( in TEST()300 CHECK(Bytecodes::OperandScaleToPrefixBytecode(OperandScale::kDouble) == in TEST()302 CHECK(Bytecodes::OperandScaleToPrefixBytecode(OperandScale::kQuadruple) == in TEST()
38 Bytecode prefix_bytecode = OperandScaleToPrefixBytecode(operand_scale); in ToString()178 Bytecode Bytecodes::OperandScaleToPrefixBytecode(OperandScale operand_scale) { in OperandScaleToPrefixBytecode() function in v8::internal::interpreter::Bytecodes
167 Bytecode prefix = Bytecodes::OperandScaleToPrefixBytecode(operand_scale); in EmitBytecode()
476 static Bytecode OperandScaleToPrefixBytecode(OperandScale operand_scale);
187 Bytecode prefix = Bytecodes::OperandScaleToPrefixBytecode(operand_scale); in PrintBytecode()