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

/art/runtime/verifier/
H A Dmethod_verifier.cc2903 mirror::Class* return_type_class = called_method->GetReturnType(can_load_classes_); local
2904 if (return_type_class != nullptr) {
2906 return_type_class,
2907 return_type_class->CannotBeAssignedFromOtherTypes());
2946 mirror::Class* return_type_class = called_method->GetReturnType(can_load_classes_); local
2947 if (return_type_class != nullptr) {
2949 return_type_class,
2950 return_type_class->CannotBeAssignedFromOtherTypes());
5290 mirror::Class* return_type_class = mirror_method_->GetReturnType(can_load_classes_); local
5291 if (return_type_class !
[all...]

Completed in 51 milliseconds