Home
last modified time | relevance | path

Searched defs:implementation_method (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dimt_conflict_table.h47 ArtMethod* implementation_method, in ImtConflictTable()
119 ArtMethod* implementation_method = GetImplementationMethod(table_index, pointer_size); in Visit() local
H A Dcha.cc459 ArtMethod* implementation_method, in CheckInterfaceMethodSingleImplementationInfo()
602 ArtMethod* implementation_method = in UpdateAfterLoadingOf() local
H A Dcommon_throws.cc241 ArtMethod* implementation_method, in ThrowIllegalAccessErrorForImplementingMethod()
H A Dclass_linker.cc6853 ArtMethod* implementation_method = in FillIMTFromIfTable() local
6911 ArtMethod* implementation_method = in FillIMTFromIfTable() local
/aosp_15_r20/external/robolectric/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
H A DShadowImplementationWithoutImplements.java8 protected static void implementation_method() {} in implementation_method() method in ShadowImplementationWithoutImplements
/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc2359 ArtMethod* Class::FindAccessibleInterfaceMethod(ArtMethod* implementation_method, in FindAccessibleInterfaceMethod()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc2948 ArtMethod* implementation_method = orig->GetImplementationMethod(i, target_ptr_size_); in CopyAndFixupImtConflictTable() local