Home
last modified time | relevance | path

Searched refs:AddInterface (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp936 class_item->AddInterface(CreateForeignClassItem(iface_id)); in CreateClassItem()
938 class_item->AddInterface(CreateClassItem(iface_id)); in CreateClassItem()
Dfile_items.h1040 void AddInterface(BaseClassItem *iface) in AddInterface() function
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp784 …record->AddInterface(items->GetOrCreateForeignClassItem(iface_type.GetDescriptor(iface.conflict))); in HandleInterfaces()
786 … record->AddInterface(items->GetOrCreateClassItem(iface_type.GetDescriptor(iface.conflict))); in HandleInterfaces()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp246 class_item->AddInterface(iface_item);