Searched refs:target_type (Results 1 – 2 of 2) sorted by relevance
3770 void MethodVerifier::VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type, in VerifyPrimitivePut() argument3776 if (target_type.IsIntegralTypes()) { in VerifyPrimitivePut()3777 instruction_compatible = target_type.Equals(insn_type); in VerifyPrimitivePut()3779 } else if (target_type.IsFloat()) { in VerifyPrimitivePut()3782 } else if (target_type.IsLong()) { in VerifyPrimitivePut()3792 } else if (target_type.IsDouble()) { in VerifyPrimitivePut()3811 << "' but expected type '" << target_type << "'"; in VerifyPrimitivePut()3816 << " of type " << value_type << " but expected " << target_type << " for put"; in VerifyPrimitivePut()
530 void VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type,