Home
last modified time | relevance | path

Searched defs:found_method (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/runtime/src/
Dapplication_impl.cpp1206 auto found_method = found_instance->second.find(_method); in unregister_message_handler() local
1499 auto found_method = found_instance->second.find(its_method); in on_message() local
1510 auto found_method = found_any_instance->second.find(its_method); in on_message() local
1524 auto found_method = found_instance->second.find(its_method); in on_message() local
1535 auto found_method = found_any_instance->second.find(its_method); in on_message() local
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h636 ArtMethod* found_method = referenced_class->FindVirtualMethodForInterfaceSuper( in FindSuperMethodToCall() local
/aosp_15_r20/art/dex2oat/
H A Dverifier_deps_test.cc153 bool found_method = false; in VerifyMethod() local
/aosp_15_r20/external/sdv/vsomeip/implementation/security/src/
Dsecurity_impl.cpp182 const auto found_method = found_instance->second.find(_method); in is_client_allowed() local
/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.cc1391 ArtMethod* found_method = nullptr; // Only for DCHECK(), not for JNI stubs. in LookupMethodHeader() local
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc8620 ArtMethod* found_method = klass->GetVirtualMethodDuringLinking(*it1, kPointerSize); in AssignVTableIndexes() local