Searched defs:SetInterfaceMethod (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dimt_conflict_table.h51 SetInterfaceMethod(i, pointer_size, other->GetInterfaceMethod(i, pointer_size));
54 SetInterfaceMethod(count, pointer_size, interface_method);
57 SetInterfaceMethod(count + 1, pointer_size, nullptr);
63 SetInterfaceMethod(num_entries, pointer_size, nullptr);
68 void SetInterfaceMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { function in class:art::ImtConflictTable
123 SetInterfaceMethod(table_index, pointer_size, updated.first);

Completed in 16 milliseconds