Home
last modified time | relevance | path

Searched refs:GetInterfaceMethod (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dimt_conflict_table.h51 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/
Doatdump.cc2804 ArtMethod* ptr = table->GetInterfaceMethod(table_index, pointer_size); in PrintTable()
2951 ArtMethod* ptr2 = current_table->GetInterfaceMethod(table_index, pointer_size); in DumpIMTForMethod()
/art/dex2oat/linker/
Dimage_writer.cc2710 ArtMethod* interface_method = orig->GetInterfaceMethod(i, target_ptr_size_); in CopyAndFixupImtConflictTable()
2715 DCHECK_EQ(copy->GetInterfaceMethod(i, target_ptr_size_), in CopyAndFixupImtConflictTable()