Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2996 ArtMethod* abs_method = VerifyInvocationArgs(inst, METHOD_INTERFACE, is_range); in CodeFlowVerifyInstruction() local
2997 if (abs_method != nullptr) { in CodeFlowVerifyInstruction()
2998 ObjPtr<mirror::Class> called_interface = abs_method->GetDeclaringClass(); in CodeFlowVerifyInstruction()
3001 << abs_method->PrettyMethod() << "'"; in CodeFlowVerifyInstruction()
3030 if (abs_method == nullptr) { in CodeFlowVerifyInstruction()
3037 descriptor = abs_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()