Searched refs:GetDeclaredVirtualMethods (Results 1 – 10 of 10) sorted by relevance
53 for (const auto& m : klass->GetDeclaredVirtualMethods(kRuntimePointerSize)) { in Method_getExceptionTypes()
92 for (auto& m : interface->GetDeclaredVirtualMethods(kRuntimePointerSize)) { in GenerateProxyClass()
557 for (ArtMethod& method : klass->GetDeclaredVirtualMethods(image_pointer_size)) { in UpdateAfterLoadingOf()
338 for (auto& m : proxyClass->GetDeclaredVirtualMethods(kRuntimePointerSize)) { in TEST_F()
328 for (ArtMethod& method : klass->GetDeclaredVirtualMethods(kRuntimePointerSize)) { in AssertClass()
6011 for (ArtMethod& current_method : current_iface->GetDeclaredVirtualMethods(image_pointer_size)) { in ContainsOverridingMethodOf()6067 for (auto& method_iter : iface->GetDeclaredVirtualMethods(image_pointer_size_)) { in FindDefaultMethodImplementation()
778 for (auto& method_iter : iface->GetDeclaredVirtualMethods(pointer_size)) { in FindVirtualMethodForInterfaceSuper()1285 for (auto& m : h_klass->GetDeclaredVirtualMethods(kPointerSize)) { in GetDeclaredMethodInternal()
1002 inline ArraySlice<ArtMethod> Class::GetDeclaredVirtualMethods( in GetDeclaredVirtualMethods() function
743 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredVirtualMethods(
476 for (auto& m : klass->GetDeclaredVirtualMethods(pointer_size)) { in TEST_F()