Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dimtable_test.cc80 classes.first->FindDeclaredVirtualMethodByName(method_name, pointer_size); in LoadMethods()
82 classes.second->FindDeclaredVirtualMethodByName(method_name, pointer_size); in LoadMethods()
/aosp_15_r20/art/test/common/
H A Druntime_state.cc191 method = soa.Decode<mirror::Class>(cls)->FindDeclaredVirtualMethodByName( in GetMethod()
372 method = soa.Decode<mirror::Class>(cls)->FindDeclaredVirtualMethodByName( in Java_Main_hasSingleImplementation()
391 method = soa.Decode<mirror::Class>(cls)->FindDeclaredVirtualMethodByName(chars.c_str(), in Java_Main_getHotnessCounter()
/aosp_15_r20/art/runtime/mirror/
H A Dclass.h1009 ArtMethod* FindDeclaredVirtualMethodByName(std::string_view name, PointerSize pointer_size)
H A Dclass.cc965 ArtMethod* Class::FindDeclaredVirtualMethodByName(std::string_view name, PointerSize pointer_size) { in FindDeclaredVirtualMethodByName() function in art::mirror::Class
/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc716 annotation_class->FindDeclaredVirtualMethodByName(name, pointer_size); in CreateAnnotationMember()