Home
last modified time | relevance | path

Searched refs:GetInterface (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_itable_builder.cpp66 interfaces.erase(superItable[i].GetInterface()); in LinearizeITable()
77 auto iterator = interfaces.find(item.GetInterface()); in LinearizeITable()
80 interfaces.erase(item.GetInterface()); in LinearizeITable()
105 interfaces.insert(item.GetInterface()); in Build()
112 interfaces.insert(item.GetInterface()); in Build()
123 auto methods = entry.GetInterface()->GetVirtualMethods(); in Build()
146 auto methods = entry.GetInterface()->GetVirtualMethods(); in Resolve()
176 auto interface = entry.GetInterface(); in DumpITable()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_standard-inl.h105 auto currentIface = itable[j].GetInterface(); in IsMaxSpecificInterfaceMethod()
129 Class *iface = itable[itableIdx].GetInterface(); in ProcessDefaultMethod()
H A Ditable.h35 Class *GetInterface() const in GetInterface() function in ark::ITable::Entry
H A Dvtable_builder_variance-inl.h126 [[maybe_unused]] Class *iface = itable[itableIdx].GetInterface(); in ProcessDefaultMethod()
H A Dvtable_builder_base-inl.h143 auto iface = itable[i].GetInterface(); in AddDefaultInterfaceMethods()
H A Dclass-inl.h161 if (elem.GetInterface() == klass) { in Implements()
349 auto *iface = entry.GetInterface(); in FindInterfaceMethod()
541 if (entry.GetInterface() != iface) {
/arkcompiler/runtime_core/static_core/runtime/
H A Dimtable_builder.cpp81 auto itfMethods = entry.GetInterface()->GetVirtualMethods(); in UpdateClass()

Completed in 4 milliseconds