Searched refs:PrefixBytecodeToOperandScale (Results 1 – 4 of 4) sorted by relevance
169 Bytecodes::PrefixBytecodeToOperandScale(current_bytecode); in UpdateOperandScale()
102 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(bytecode); in Decode()
439 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(jump_bytecode); in PatchJump()
611 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() function