Searched refs:IsPrefixScalingBytecode (Results 1 – 6 of 6) sorted by relevance
92 DCHECK(!Bytecodes::IsPrefixScalingBytecode(current_bytecode)); in current_bytecode()167 if (Bytecodes::IsPrefixScalingBytecode(current_bytecode)) { in UpdateOperandScale()
100 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) { in Decode()
434 if (Bytecodes::IsPrefixScalingBytecode(jump_bytecode)) { in PatchJump()
795 static constexpr bool IsPrefixScalingBytecode(Bytecode bytecode) { in IsPrefixScalingBytecode() function
430 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) return true; in BytecodeHasNoSideEffect()
293 if (interpreter::Bytecodes::IsPrefixScalingBytecode(bytecode)) { in GetDebugBreakType()