Home
last modified time | relevance | path

Searched refs:OperandScaleRequiresPrefixBytecode (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/interpreter/
Dbytecodes-unittest.cc296 CHECK(!Bytecodes::OperandScaleRequiresPrefixBytecode(OperandScale::kSingle)); in TEST()
297 CHECK(Bytecodes::OperandScaleRequiresPrefixBytecode(OperandScale::kDouble)); in TEST()
299 Bytecodes::OperandScaleRequiresPrefixBytecode(OperandScale::kQuadruple)); in TEST()
/external/v8/test/cctest/interpreter/
Dbytecode-expectations-printer.cc186 if (Bytecodes::OperandScaleRequiresPrefixBytecode(operand_scale)) { in PrintBytecode()
/external/v8/src/interpreter/
Dbytecodes.cc191 bool Bytecodes::OperandScaleRequiresPrefixBytecode(OperandScale operand_scale) { in OperandScaleRequiresPrefixBytecode() function in v8::internal::interpreter::Bytecodes
Dbytecodes.h479 static bool OperandScaleRequiresPrefixBytecode(OperandScale operand_scale);