Home
last modified time | relevance | path

Searched defs:GetInterfaces (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/assembler/extensions/
Decmascript_meta.h35 std::vector<std::string> GetInterfaces() const override in GetInterfaces() function
/arkcompiler/runtime_core/static_core/plugins/ets/assembler/extension/
Dets_meta.h68 std::vector<std::string> GetInterfaces() const override in GetInterfaces() function
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.cpp450 std::vector<std::string> RecordMetadata::GetInterfaces() const in GetInterfaces() function in ark::pandasm::RecordMetadata
/arkcompiler/runtime_core/assembler/
Dmeta.cpp437 std::vector<std::string> RecordMetadata::GetInterfaces() const in GetInterfaces() function in panda::pandasm::RecordMetadata
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h246 Span<Class *> GetInterfaces() const in GetInterfaces() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp621 void EtsClass::GetInterfaces(PandaUnorderedSet<EtsClass *> &ifaces, EtsClass *iface) in GetInterfaces() function in ark::ets::EtsClass
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h1266 const std::vector<BaseClassItem *> &GetInterfaces() const in GetInterfaces() function
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp249 ArenaVector<ETSObjectType *> ETSChecker::GetInterfaces(ETSObjectType *type) in GetInterfaces() function in ark::es2panda::checker::ETSChecker