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

/art/runtime/verifier/
H A Dmethod_verifier.cc3513 void MethodVerifier::VerifyPrimitivePut(RegType& target_type, RegType& insn_type, argument
3519 if (target_type.IsIntegralTypes()) {
3520 instruction_compatible = target_type.Equals(insn_type);
3522 } else if (target_type.IsFloat()) {
3525 } else if (target_type.IsLong()) {
3528 // as target_type depends on the resolved type of the field.
3535 } else if (target_type.IsDouble()) {
3538 // as target_type depends on the resolved type of the field.
3554 << "' but expected type '" << target_type << "'"; local
3559 << " of type " << value_type << " but expected " << target_type << " fo local
[all...]

Completed in 848 milliseconds