Searched refs:IsPrefixScalingBytecode (Results 1 – 5 of 5) sorted by relevance
33 if (Bytecodes::IsPrefixScalingBytecode(current_bytecode)) { in UpdateOperandScale()53 DCHECK(!Bytecodes::IsPrefixScalingBytecode(current_bytecode)); in current_bytecode()
94 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) { in Decode()
256 if (Bytecodes::IsPrefixScalingBytecode(jump_bytecode)) { in PatchJump()
640 static constexpr bool IsPrefixScalingBytecode(Bytecode bytecode) { in IsPrefixScalingBytecode() function
336 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) return true; in BytecodeHasNoSideEffect()