Searched refs:GetInterfaceMethod (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | imt_conflict_table.h | 51 SetInterfaceMethod(i, pointer_size, other->GetInterfaceMethod(i, pointer_size)); in ImtConflictTable() 76 ArtMethod* GetInterfaceMethod(size_t index, PointerSize pointer_size) const { in GetInterfaceMethod() function 99 if (GetInterfaceMethod(i, pointer_size) != other->GetInterfaceMethod(i, pointer_size) || in Equals() 115 ArtMethod* interface_method = GetInterfaceMethod(table_index, pointer_size); in Visit() 137 ArtMethod* current_interface_method = GetInterfaceMethod(table_index, pointer_size); in Lookup() 152 while (GetInterfaceMethod(table_index, pointer_size) != nullptr) { in NumEntries()
|
/art/oatdump/ |
D | oatdump.cc | 3138 ArtMethod* ptr = table->GetInterfaceMethod(table_index, pointer_size); in PrintTable() 3285 ArtMethod* ptr2 = current_table->GetInterfaceMethod(table_index, pointer_size); in DumpIMTForMethod()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 2797 ArtMethod* interface_method = orig->GetInterfaceMethod(i, target_ptr_size_); in CopyAndFixupImtConflictTable() 2802 DCHECK_EQ(copy->GetInterfaceMethod(i, target_ptr_size_), in CopyAndFixupImtConflictTable()
|