Home
last modified time | relevance | path

Searched defs:ifaces (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dmodule_impl.h82 std::vector<core::AnnotationInterface> ifaces; in GetAnnotationInterfaces() local
203 inline bool Module::GetAnnotationInterfacesInner(std::vector<core::AnnotationInterface> &ifaces) co… in GetAnnotationInterfacesInner()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h284 auto *ifaces = coro->GetExternalIfaceTable(); in CleanupCompiledFrameResources() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h298 PandaUnorderedSet<EtsClass *> ifaces; in EnumerateInterfaces() local
Dets_class.cpp621 void EtsClass::GetInterfaces(PandaUnorderedSet<EtsClass *> &ifaces, EtsClass *iface) in GetInterfaces()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp291 PandaUnorderedSet<Class *> ifaces; in InheritanceChangesCheck() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h251 void SetInterfaces(Span<Class *> ifaces) in SetInterfaces()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp837 Span<Class *> ifaces {allocator_->AllocArray<Class *>(ifacesNum), ifacesNum}; in LoadInterfaces() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp810 auto ifaces = rec.metadata->GetInterfaces(); in HandleInterfaces() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1109 auto ifaces = rec.metadata->GetInterfaces(); in HandleInterfaces() local