Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dabstract_method.cc26 auto* interface_method = method->GetInterfaceMethodIfProxy( in CreateFromArtMethod() local
/art/runtime/
Dart_method.h64 ArtMethod* interface_method, in ImtConflictTable()
109 ArtMethod* interface_method = GetInterfaceMethod(table_index, pointer_size); in Visit() local
128 ArtMethod* Lookup(ArtMethod* interface_method, size_t pointer_size) const { in Lookup()
Dart_method-inl.h407 ArtMethod* interface_method = mirror::DexCache::GetElementPtrSize( in GetInterfaceMethodIfProxy() local
443 ArtMethod* interface_method = nullptr; in VisitRoots() local
Dcommon_throws.cc245 void ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(ArtMethod* interface_method, in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
Dclass_linker.cc6010 ArtMethod* interface_method, in AddMethodToConflictTable()
6097 static inline uint32_t GetIMTIndex(ArtMethod* interface_method) in GetIMTIndex()
6151 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local
6204 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local
6603 auto* interface_method = iftable->GetInterface(i)->GetVirtualMethod(j, image_pointer_size_); in LinkInterfaceMethods() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc209 mirror::Method* interface_method = soa.Decode<mirror::Method*>(interface_method_jobj); in InvokeProxyInvocationHandler() local
Dentrypoint_utils-inl.h576 ArtMethod* interface_method = (*this_object)->GetClass()->FindVirtualMethodForInterface( in FindMethodFromCode() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc871 ArtMethod* interface_method = proxy_method->FindOverriddenMethod(sizeof(void*)); in artQuickProxyInvokeHandler() local
2164 ArtMethod* interface_method = caller_method->GetDexCacheResolvedMethod( in artInvokeInterfaceTrampoline() local
/art/compiler/
Dimage_writer.cc1591 ArtMethod* interface_method = orig->GetInterfaceMethod(i, target_ptr_size_); in CopyAndFixupImtConflictTable() local