Home | History | Annotate | Download | only in verifier

Lines Matching full:return_type_class

2843         mirror::Class* return_type_class = called_method->GetReturnType(can_load_classes_,
2845 if (return_type_class != nullptr) {
2847 return_type_class,
2848 return_type_class->CannotBeAssignedFromOtherTypes());
2886 mirror::Class* return_type_class = called_method->GetReturnType(can_load_classes_,
2888 if (return_type_class != nullptr) {
2890 return_type_class,
2891 return_type_class->CannotBeAssignedFromOtherTypes());
4967 mirror::Class* return_type_class = mirror_method_->GetReturnType(can_load_classes_,
4969 if (return_type_class != nullptr) {
4971 return_type_class,
4972 return_type_class->CannotBeAssignedFromOtherTypes());