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.cc2290 static bool IsInterfaceMethodAccessible(ArtMethod* interface_method) in IsInterfaceMethodAccessible()
2329 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()
Dcha.cc458 ArtMethod* interface_method, in CheckInterfaceMethodSingleImplementationInfo()
600 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size); in UpdateAfterLoadingOf() local
Dcommon_throws.cc252 ArtMethod* interface_method) in ThrowIllegalAccessErrorForImplementingMethod()
297 void ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(ArtMethod* interface_method, in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
Dreflection.cc613 ArtMethod* interface_method, in InvokeVirtualOrInterfaceWithJValues()
656 ArtMethod* interface_method, in InvokeVirtualOrInterfaceWithVarArgs()
Dclass_linker.cc6881 ArtMethod* interface_method, in AddMethodToConflictTable()
7069 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local
7123 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local
7972 ArtMethod* interface_method, in UpdateStateForInterface()
7996 ArtMethod* interface_method, in UpdateState()
8047 ArtMethod* interface_method = iface->GetVirtualMethod(index, kPointerSize); in FinalizeState() local
8089 ArtMethod* interface_method, in UpdateStateImpl()
8152 ArtMethod* interface_method) in ContainsOverridingMethodOf()
8387 ArtMethod* interface_method = record->GetMainMethod(); in ReallocMethods() local
8821 ArtMethod* interface_method = iface->GetVirtualMethod(j, kPointerSize); in AssignVTableIndexes() local
[all …]
Dthread.cc3330 ArtMethod* interface_method = method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in InitStackFrameInfo() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc147 ObjPtr<mirror::Method> interface_method = soa.Decode<mirror::Method>(interface_method_jobj); in InvokeProxyInvocationHandler() local
Dentrypoint_utils-inl.h578 ArtMethod* interface_method = reinterpret_cast<ArtMethod*>(tls_value & kMethodMask); in FindMethodToCall() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc932 ArtMethod* interface_method = proxy_method->FindOverriddenMethod(kRuntimePointerSize); in artQuickProxyInvokeHandler() local
2288 extern "C" TwoWordReturn artInvokeInterfaceTrampoline(ArtMethod* interface_method, in artInvokeInterfaceTrampoline()
/art/dex2oat/linker/
Dimage_writer.cc2932 ArtMethod* interface_method = orig->GetInterfaceMethod(i, target_ptr_size_); in CopyAndFixupImtConflictTable() local
/art/compiler/optimizing/
Dcode_generator_arm64.cc4902 Location interface_method = locations->InAt(invoke->GetNumberOfArguments() - 1); in VisitInvokeInterface() local