Home | History | Annotate | Download | only in interpreter

Lines Matching defs:return_type

319       Class* return_type = shadow_frame.GetMethod()->GetReturnType();
321 if (return_type == nullptr) {
325 if (!obj_result->VerifierInstanceOf(return_type)) {
331 return_type->GetDescriptor(&temp2));