Searched defs:interface_method (Results 1 – 13 of 13) sorted by relevance
/art/runtime/mirror/ |
D | executable.cc | 29 auto* interface_method = method->GetInterfaceMethodIfProxy(kPointerSize); in InitializeFromArtMethod() local
|
D | class.cc | 2147 ArtMethod* interface_method = &iface->GetVirtualMethodsSlice(pointer_size)[j]; in FindAccessibleInterfaceMethod() 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 | 459 ArtMethod* interface_method, in CheckInterfaceMethodSingleImplementationInfo() 601 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size); in UpdateAfterLoadingOf() local
|
D | art_method-inl.h | 357 ArtMethod* interface_method = GetInterfaceMethodForProxyUnchecked(pointer_size); in GetInterfaceMethodIfProxy() local 399 ArtMethod* interface_method = GetInterfaceMethodForProxyUnchecked(pointer_size); in VisitRoots() local
|
D | reflection.cc | 610 ArtMethod* interface_method, in InvokeVirtualOrInterfaceWithJValues() 653 ArtMethod* interface_method, in InvokeVirtualOrInterfaceWithVarArgs()
|
D | class_linker.cc | 6174 ArtMethod* interface_method, in AddMethodToConflictTable() 6349 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local 6403 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable() local 7248 ArtMethod* interface_method, in UpdateStateForInterface() 7272 ArtMethod* interface_method, in UpdateState() 7323 ArtMethod* interface_method = iface->GetVirtualMethod(index, kPointerSize); in FinalizeState() local 7365 ArtMethod* interface_method, in UpdateStateImpl() 7428 ArtMethod* interface_method) in ContainsOverridingMethodOf() 7657 ArtMethod* interface_method = record->GetMainMethod(); in ReallocMethods() local 7865 ArtMethod* interface_method) in ThrowIllegalAccessErrorForImplementingMethod() [all …]
|
D | common_throws.cc | 273 void ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(ArtMethod* interface_method, in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 115 ArtMethod* interface_method = in InvokeProxyInvocationHandler() local 137 ObjPtr<mirror::Method> interface_method = soa.Decode<mirror::Method>(interface_method_jobj); in InvokeProxyInvocationHandler() local
|
D | entrypoint_utils-inl.h | 612 ArtMethod* interface_method = klass->FindVirtualMethodForInterface( in FindMethodToCall() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 844 ArtMethod* interface_method = proxy_method->FindOverriddenMethod(kRuntimePointerSize); in artQuickProxyInvokeHandler() local 2353 extern "C" TwoWordReturn artInvokeInterfaceTrampoline(ArtMethod* interface_method, in artInvokeInterfaceTrampoline()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 2788 ArtMethod* interface_method = orig->GetInterfaceMethod(i, target_ptr_size_); in CopyAndFixupImtConflictTable() local
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 4524 Location interface_method = locations->InAt(invoke->GetNumberOfArguments() - 1); in VisitInvokeInterface() local
|