Searched refs:ScaleForUnsignedOperand (Results 1 – 3 of 3) sorted by relevance
275 if (Bytecodes::ScaleForUnsignedOperand(delta) == OperandScale::kSingle) { in PatchJumpWith8BitOperand()303 if (Bytecodes::ScaleForUnsignedOperand(delta) <= OperandScale::kDouble) { in PatchJumpWith16BitOperand()388 OperandScale operand_scale = Bytecodes::ScaleForUnsignedOperand(delta); in EmitJump()
240 return Bytecodes::ScaleForUnsignedOperand(operand); in ScaleForOperand()255 std::max(operand_scale_, Bytecodes::ScaleForUnsignedOperand(operand)); in UpdateScaleForOperand()
892 static OperandScale ScaleForUnsignedOperand(uint32_t value) { in ScaleForUnsignedOperand() function