Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dexecutable.cc29 auto* interface_method = method->GetInterfaceMethodIfProxy(kPointerSize); in InitializeFromArtMethod() local
Dclass.cc1778 ArtMethod* interface_method = &iface->GetVirtualMethodsSlice(pointer_size)[j]; in FindAccessibleInterfaceMethod() 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()
Dart_method-inl.h338 ArtMethod* interface_method = GetInterfaceMethodForProxyUnchecked(pointer_size); in GetInterfaceMethodIfProxy() local
380 ArtMethod* interface_method = GetInterfaceMethodForProxyUnchecked(pointer_size); in VisitRoots() local
Dcha.cc473 ArtMethod* interface_method, in CheckInterfaceMethodSingleImplementationInfo()
614 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size); in UpdateAfterLoadingOf() local
Dreflection.cc610 ArtMethod* interface_method, in InvokeVirtualOrInterfaceWithJValues()
653 ArtMethod* interface_method, in InvokeVirtualOrInterfaceWithVarArgs()
Dcommon_throws.cc288 void ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(ArtMethod* interface_method, in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
Dclass_linker.cc6883 ArtMethod* interface_method, in AddMethodToConflictTable()
7096 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local
7150 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local
7785 ArtMethod* interface_method, in FindMethod()
7877 ArtMethod* interface_method, in GetOrCreateMirandaMethod()
8231 auto* interface_method = iftable->GetInterface(i)->GetVirtualMethod(j, image_pointer_size_); in LinkInterfaceMethods() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc114 ArtMethod* interface_method = in InvokeProxyInvocationHandler() local
136 ObjPtr<mirror::Method> interface_method = soa.Decode<mirror::Method>(interface_method_jobj); in InvokeProxyInvocationHandler() local
Dentrypoint_utils-inl.h545 ArtMethod* interface_method = klass->FindVirtualMethodForInterface( in FindMethodToCall() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc840 ArtMethod* interface_method = proxy_method->FindOverriddenMethod(kRuntimePointerSize); in artQuickProxyInvokeHandler() local
2290 extern "C" TwoWordReturn artInvokeInterfaceTrampoline(ArtMethod* interface_method, in artInvokeInterfaceTrampoline()
/art/dex2oat/linker/
Dimage_writer.cc2710 ArtMethod* interface_method = orig->GetInterfaceMethod(i, target_ptr_size_); in CopyAndFixupImtConflictTable() local
/art/compiler/optimizing/
Dcode_generator_arm64.cc4447 Location interface_method = locations->InAt(invoke->GetNumberOfArguments() - 1); in VisitInvokeInterface() local