Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/native/
H A Djava_lang_reflect_Method.cc53 for (const auto& m : klass->GetDeclaredVirtualMethods(kRuntimePointerSize)) { in Method_getExceptionTypes()
/aosp_15_r20/art/runtime/
H A Dproxy_test.h98 for (auto& m : interface->GetDeclaredVirtualMethods(kRuntimePointerSize)) { in GenerateProxyClass()
H A Dcha.cc548 for (ArtMethod& method : klass->GetDeclaredVirtualMethods(image_pointer_size)) { in UpdateAfterLoadingOf()
H A Dhidden_api_test.cc644 for (auto& m : proxyClass->GetDeclaredVirtualMethods(kRuntimePointerSize)) { in TEST_F()
H A Dclass_linker_test.cc330 for (ArtMethod& method : klass->GetDeclaredVirtualMethods(kRuntimePointerSize)) { in AssertClass()
H A Dclass_linker.cc7950 for (ArtMethod& current_method : current_iface->GetDeclaredVirtualMethods(kPointerSize)) { in ContainsOverridingMethodOf()
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer_test.cc477 for (auto& m : klass->GetDeclaredVirtualMethods(pointer_size)) { in TEST_F()
/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc1005 for (auto& method_iter : iface->GetDeclaredVirtualMethods(pointer_size)) { in FindVirtualMethodForInterfaceSuper()
2015 for (auto& m : h_klass->GetDeclaredVirtualMethods(kPointerSize)) { in GetDeclaredMethodInternal()
H A Dclass-inl.h1106 inline ArraySlice<ArtMethod> Class::GetDeclaredVirtualMethods(PointerSize pointer_size) { in GetDeclaredVirtualMethods() function
H A Dclass.h795 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredVirtualMethods(