Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A 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()
H A Dcha.cc458 ArtMethod* interface_method, in CheckInterfaceMethodSingleImplementationInfo()
600 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size); in UpdateAfterLoadingOf() local
H A Dcommon_throws.cc242 ArtMethod* interface_method) in ThrowIllegalAccessErrorForImplementingMethod()
287 void ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(ArtMethod* interface_method, in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
H A Dreflection.cc613 ArtMethod* interface_method, in InvokeVirtualOrInterfaceWithJValues()
656 ArtMethod* interface_method, in InvokeVirtualOrInterfaceWithVarArgs()
H A Dclass_linker.cc6675 ArtMethod* interface_method, in AddMethodToConflictTable()
6863 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local
6917 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local
7766 ArtMethod* interface_method, in UpdateStateForInterface()
7790 ArtMethod* interface_method, in UpdateState()
7841 ArtMethod* interface_method = iface->GetVirtualMethod(index, kPointerSize); in FinalizeState() local
7883 ArtMethod* interface_method, in UpdateStateImpl()
7946 ArtMethod* interface_method) in ContainsOverridingMethodOf()
8181 ArtMethod* interface_method = record->GetMainMethod(); in ReallocMethods() local
8615 ArtMethod* interface_method = iface->GetVirtualMethod(j, kPointerSize); in AssignVTableIndexes() local
[all …]
H A Dthread.cc3310 ArtMethod* interface_method = method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in InitStackFrameInfo() local
/aosp_15_r20/art/runtime/mirror/
H A Dexecutable.cc29 auto* interface_method = method->GetInterfaceMethodIfProxy(kPointerSize); in InitializeFromArtMethod() local
H A Dclass.cc2344 static bool IsInterfaceMethodAccessible(ArtMethod* interface_method) in IsInterfaceMethodAccessible()
2382 ArtMethod* interface_method = &iface->GetVirtualMethodsSlice(pointer_size)[j]; in FindAccessibleInterfaceMethod() local
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.cc147 ObjPtr<mirror::Method> interface_method = soa.Decode<mirror::Method>(interface_method_jobj); in InvokeProxyInvocationHandler() local
H A Dentrypoint_utils-inl.h578 ArtMethod* interface_method = reinterpret_cast<ArtMethod*>(tls_value & kMethodMask); in FindMethodToCall() local
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc931 ArtMethod* interface_method = proxy_method->FindOverriddenMethod(kRuntimePointerSize); in artQuickProxyInvokeHandler() local
2278 extern "C" TwoWordReturn artInvokeInterfaceTrampoline(ArtMethod* interface_method, in artInvokeInterfaceTrampoline()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc2947 ArtMethod* interface_method = orig->GetInterfaceMethod(i, target_ptr_size_); in CopyAndFixupImtConflictTable() local
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm64.cc4905 Location interface_method = locations->InAt(invoke->GetNumberOfArguments() - 1); in VisitInvokeInterface() local