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

/art/runtime/verifier/
H A Dmethod_verifier.cc3033 ArtMethod* abs_method = VerifyInvocationArgs(inst, METHOD_INTERFACE, is_range); local
3034 if (abs_method != nullptr) {
3035 mirror::Class* called_interface = abs_method->GetDeclaringClass();
3038 << abs_method->PrettyMethod() << "'";
3067 if (abs_method == nullptr) {
3074 descriptor = abs_method->GetReturnTypeDescriptor();

Completed in 29 milliseconds