Searched refs:target_type (Results 1 – 2 of 2) sorted by relevance
587 void VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type,
4384 void MethodVerifier::VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type, in VerifyPrimitivePut() argument4390 if (target_type.IsIntegralTypes()) { in VerifyPrimitivePut()4391 instruction_compatible = target_type.Equals(insn_type); in VerifyPrimitivePut()4393 } else if (target_type.IsFloat()) { in VerifyPrimitivePut()4396 } else if (target_type.IsLong()) { in VerifyPrimitivePut()4406 } else if (target_type.IsDouble()) { in VerifyPrimitivePut()4425 << "' but expected type '" << target_type << "'"; in VerifyPrimitivePut()4430 << " of type " << value_type << " but expected " << target_type << " for put"; in VerifyPrimitivePut()