HomeSort by relevance Sort by last modified time
    Searched refs:SetInterfaceMethod (Results 1 - 2 of 2) sorted by null

  /art/runtime/
imt_conflict_table.h 51 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) {
123 SetInterfaceMethod(table_index, pointer_size, updated.first);
class_linker.cc     [all...]

Completed in 743 milliseconds