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

/art/runtime/verifier/
H A Dmethod_verifier.cc2408 mirror::Class* return_type_class = called_method->GetReturnType(can_load_classes_); local
2409 if (return_type_class != nullptr) {
2411 return_type_class,
2412 return_type_class->CannotBeAssignedFromOtherTypes());
2453 mirror::Class* return_type_class = called_method->GetReturnType(can_load_classes_); local
2454 if (return_type_class != nullptr) {
2456 return_type_class,
2457 return_type_class->CannotBeAssignedFromOtherTypes());
4319 mirror::Class* return_type_class = mirror_method_->GetReturnType(can_load_classes_); local
4320 if (return_type_class !
[all...]

Completed in 27 milliseconds