Searched refs:ScaleForUnsignedOperand (Results 1 – 3 of 3) sorted by relevance
184 if (Bytecodes::ScaleForUnsignedOperand(delta) == OperandScale::kSingle) { in PatchJumpWith8BitOperand()212 if (Bytecodes::ScaleForUnsignedOperand(delta) <= OperandScale::kDouble) { in PatchJumpWith16BitOperand()294 OperandScale operand_scale = Bytecodes::ScaleForUnsignedOperand(delta); in EmitJump()
342 return Bytecodes::ScaleForUnsignedOperand(operand); in NON_EXPORTED_BASE()357 std::max(operand_scale_, Bytecodes::ScaleForUnsignedOperand(operand)); in NON_EXPORTED_BASE()
804 static OperandScale ScaleForUnsignedOperand(uint32_t value) { in ScaleForUnsignedOperand() function