Searched refs:SetInterfaceMethod (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | imt_conflict_table.h | 51 SetInterfaceMethod(i, pointer_size, other->GetInterfaceMethod(i, pointer_size)); in ImtConflictTable() 54 SetInterfaceMethod(count, pointer_size, interface_method); in ImtConflictTable() 57 SetInterfaceMethod(count + 1, pointer_size, nullptr); in ImtConflictTable() 63 SetInterfaceMethod(num_entries, pointer_size, nullptr); in ImtConflictTable() 68 void SetInterfaceMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetInterfaceMethod() function 123 SetInterfaceMethod(table_index, pointer_size, updated.first); in Visit()
|