Searched refs:OperandScaleRequiresPrefixBytecode (Results 1 – 4 of 4) sorted by relevance
296 CHECK(!Bytecodes::OperandScaleRequiresPrefixBytecode(OperandScale::kSingle)); in TEST()297 CHECK(Bytecodes::OperandScaleRequiresPrefixBytecode(OperandScale::kDouble)); in TEST()299 Bytecodes::OperandScaleRequiresPrefixBytecode(OperandScale::kQuadruple)); in TEST()
186 if (Bytecodes::OperandScaleRequiresPrefixBytecode(operand_scale)) { in PrintBytecode()
191 bool Bytecodes::OperandScaleRequiresPrefixBytecode(OperandScale operand_scale) { in OperandScaleRequiresPrefixBytecode() function in v8::internal::interpreter::Bytecodes
479 static bool OperandScaleRequiresPrefixBytecode(OperandScale operand_scale);