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

/art/runtime/verifier/
H A Dmethod_verifier.cc2335 mirror::ArtMethod* abs_method = VerifyInvocationArgs(inst, local
2339 if (abs_method != nullptr) {
2340 mirror::Class* called_interface = abs_method->GetDeclaringClass();
2343 << PrettyMethod(abs_method) << "'";
2372 if (abs_method == nullptr) {
2378 descriptor = abs_method->GetReturnTypeDescriptor();

Completed in 14 milliseconds