Searched defs:target_type (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc3770 void MethodVerifier::VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type, argument
3776 if (target_type.IsIntegralTypes()) {
3777 instruction_compatible = target_type.Equals(insn_type);
3779 } else if (target_type.IsFloat()) {
3782 } else if (target_type.IsLong()) {
3785 // as target_type depends on the resolved type of the field.
3792 } else if (target_type.IsDouble()) {
3795 // as target_type depends on the resolved type of the field.
3811 << "' but expected type '" << target_type << "'"; local
3816 << " of type " << value_type << " but expected " << target_type << " fo local
[all...]

Completed in 124 milliseconds