Searched refs:ScaleForSignedOperand (Results 1 – 2 of 2) sorted by relevance
242 return Bytecodes::ScaleForSignedOperand(operand); in ScaleForOperand()251 std::max(operand_scale_, Bytecodes::ScaleForSignedOperand(operand)); in UpdateScaleForOperand()
904 static OperandScale ScaleForSignedOperand(int32_t value) { in ScaleForSignedOperand() function