Home | History | Annotate | Download | only in verifier

Lines Matching full:abs_method

2247       mirror::ArtMethod* abs_method = VerifyInvocationArgs(inst,
2251 if (abs_method != NULL) {
2252 mirror::Class* called_interface = abs_method->GetDeclaringClass();
2255 << PrettyMethod(abs_method) << "'";
2284 if (abs_method == NULL) {
2290 descriptor = MethodHelper(abs_method).GetReturnTypeDescriptor();