Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3073 ArtMethod* abs_method = VerifyInvocationArgs(inst, METHOD_INTERFACE, is_range); in CodeFlowVerifyInstruction() local
3074 if (abs_method != nullptr) { in CodeFlowVerifyInstruction()
3075 ObjPtr<mirror::Class> called_interface = abs_method->GetDeclaringClass(); in CodeFlowVerifyInstruction()
3078 << abs_method->PrettyMethod() << "'"; in CodeFlowVerifyInstruction()
3107 if (abs_method == nullptr) { in CodeFlowVerifyInstruction()
3114 descriptor = abs_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()