Searched refs:PrefixBytecodeToOperandScale (Results 1 – 4 of 4) sorted by relevance
111 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(bytecode); in Decode()
50 Bytecodes::PrefixBytecodeToOperandScale(current_bytecode); in UpdateOperandScale()
355 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(jump_bytecode); in PatchJump()
507 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() function