Searched refs:IsPrefixScalingBytecode (Results 1 – 6 of 6) sorted by relevance
48 if (Bytecodes::IsPrefixScalingBytecode(current_bytecode)) { in UpdateOperandScale()68 DCHECK(!Bytecodes::IsPrefixScalingBytecode(current_bytecode)); in current_bytecode()
109 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) { in Decode()
350 if (Bytecodes::IsPrefixScalingBytecode(jump_bytecode)) { in PatchJump()
681 static constexpr bool IsPrefixScalingBytecode(Bytecode bytecode) { in IsPrefixScalingBytecode() function
429 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) return true; in BytecodeHasNoSideEffect()
254 if (interpreter::Bytecodes::IsPrefixScalingBytecode(bytecode)) { in GetDebugBreakType()