Searched defs:interface_method (Results 1 – 10 of 10) sorted by relevance
| /art/runtime/mirror/ |
| D | executable.cc | 25 auto* interface_method = method->GetInterfaceMethodIfProxy(kPointerSize); in CreateFromArtMethod() local
|
| /art/runtime/ |
| D | imt_conflict_table.h | 46 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()
|
| D | cha.cc | 368 ArtMethod* interface_method, in CheckInterfaceMethodSingleImplementationInfo() 504 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size); in UpdateAfterLoadingOf() local
|
| D | art_method-inl.h | 375 ArtMethod* interface_method = mirror::DexCache::GetElementPtrSize( in GetInterfaceMethodIfProxy() local 456 ArtMethod* interface_method = mirror::DexCache::GetElementPtrSize( in VisitRoots() local
|
| D | common_throws.cc | 275 void ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(ArtMethod* interface_method, in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
|
| D | class_linker.cc | 6229 ArtMethod* interface_method, in AddMethodToConflictTable() 6444 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local 6498 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local 6980 ArtMethod* interface_method, in FindMethod() 7072 ArtMethod* interface_method, in GetOrCreateMirandaMethod() 7418 auto* interface_method = iftable->GetInterface(i)->GetVirtualMethod(j, image_pointer_size_); in LinkInterfaceMethods() local
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils.cc | 108 ArtMethod* interface_method = in InvokeProxyInvocationHandler() local 130 ObjPtr<mirror::Method> interface_method = soa.Decode<mirror::Method>(interface_method_jobj); in InvokeProxyInvocationHandler() local
|
| D | entrypoint_utils-inl.h | 591 ArtMethod* interface_method = (*this_object)->GetClass()->FindVirtualMethodForInterface( in FindMethodFromCode() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 926 ArtMethod* interface_method = proxy_method->FindOverriddenMethod(kRuntimePointerSize); in artQuickProxyInvokeHandler() local 2357 extern "C" TwoWordReturn artInvokeInterfaceTrampoline(ArtMethod* interface_method, in artInvokeInterfaceTrampoline()
|
| /art/compiler/ |
| D | image_writer.cc | 1898 ArtMethod* interface_method = orig->GetInterfaceMethod(i, target_ptr_size_); in CopyAndFixupImtConflictTable() local
|