Lines Matching refs:GetInt32ValueOf
655 int32_t value = GetInt32ValueOf(constant); in Move()
700 Immediate imm(GetInt32ValueOf(const_to_move)); in Move()
843 int32_t constant = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateTestAndBranch()
969 int32_t constant = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in VisitCondition()
3271 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
3282 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
3293 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
3655 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
3665 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
3785 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
3788 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
3807 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
3942 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()