Home
last modified time | relevance | path

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

/external/v8/test/unittests/interpreter/
Dbytecodes-unittest.cc252 CHECK_EQ(prefix, Bytecodes::OperandScaleToPrefixBytecode( in TEST()
300 CHECK(Bytecodes::OperandScaleToPrefixBytecode(OperandScale::kDouble) == in TEST()
302 CHECK(Bytecodes::OperandScaleToPrefixBytecode(OperandScale::kQuadruple) == in TEST()
/external/v8/src/interpreter/
Dbytecodes.cc38 Bytecode prefix_bytecode = OperandScaleToPrefixBytecode(operand_scale); in ToString()
178 Bytecode Bytecodes::OperandScaleToPrefixBytecode(OperandScale operand_scale) { in OperandScaleToPrefixBytecode() function in v8::internal::interpreter::Bytecodes
Dbytecode-array-writer.cc167 Bytecode prefix = Bytecodes::OperandScaleToPrefixBytecode(operand_scale); in EmitBytecode()
Dbytecodes.h476 static Bytecode OperandScaleToPrefixBytecode(OperandScale operand_scale);
/external/v8/test/cctest/interpreter/
Dbytecode-expectations-printer.cc187 Bytecode prefix = Bytecodes::OperandScaleToPrefixBytecode(operand_scale); in PrintBytecode()