Searched refs:PrefixBytecodeToOperandScale (Results 1 – 4 of 4) sorted by relevance
96 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(bytecode); in Decode()
35 Bytecodes::PrefixBytecodeToOperandScale(current_bytecode); in UpdateOperandScale()
261 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(jump_bytecode); in PatchJump()
452 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() function