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