Home
last modified time | relevance | path

Searched defs:interface_method (Results 1 – 10 of 10) sorted by relevance

/art/runtime/mirror/
Dexecutable.cc25 auto* interface_method = method->GetInterfaceMethodIfProxy(kPointerSize); in CreateFromArtMethod() local
/art/runtime/
Dimt_conflict_table.h46 ArtMethod* interface_method, in ImtConflictTable()
115 ArtMethod* interface_method = GetInterfaceMethod(table_index, pointer_size); in Visit() local
134 ArtMethod* Lookup(ArtMethod* interface_method, PointerSize pointer_size) const { in Lookup()
Dcha.cc358 ArtMethod* interface_method, in CheckInterfaceMethodSingleImplementationInfo()
494 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size); in UpdateAfterLoadingOf() local
Dart_method-inl.h389 ArtMethod* interface_method = pair.GetObjectForIndex(method_index); in GetInterfaceMethodIfProxy() local
470 ArtMethod* interface_method = GetInterfaceMethodIfProxy(pointer_size); in VisitRoots() local
Dcommon_throws.cc275 void ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(ArtMethod* interface_method, in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
Dclass_linker.cc6243 ArtMethod* interface_method, in AddMethodToConflictTable()
6458 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local
6512 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local
6995 ArtMethod* interface_method, in FindMethod()
7087 ArtMethod* interface_method, in GetOrCreateMirandaMethod()
7431 auto* interface_method = iftable->GetInterface(i)->GetVirtualMethod(j, image_pointer_size_); in LinkInterfaceMethods() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc108 ArtMethod* interface_method = in InvokeProxyInvocationHandler() local
130 ObjPtr<mirror::Method> interface_method = soa.Decode<mirror::Method>(interface_method_jobj); in InvokeProxyInvocationHandler() local
Dentrypoint_utils-inl.h570 ArtMethod* interface_method = klass->FindVirtualMethodForInterface( in FindMethodFromCode() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc935 ArtMethod* interface_method = proxy_method->FindOverriddenMethod(kRuntimePointerSize); in artQuickProxyInvokeHandler() local
2443 extern "C" TwoWordReturn artInvokeInterfaceTrampoline(ArtMethod* interface_method, in artInvokeInterfaceTrampoline()
/art/compiler/
Dimage_writer.cc2026 ArtMethod* interface_method = orig->GetInterfaceMethod(i, target_ptr_size_); in CopyAndFixupImtConflictTable() local