Home
last modified time | relevance | path

Searched refs:entity (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DpathResolver.cpp41 for (const auto &[path, entity] : optOverloadSet->second) { in FindImportedFunctions()
43 FindExportedFunctions(overloadSet, path, entity); in FindImportedFunctions()
61 for (const auto &[path, entity] : optOverloadSet->second) { in FindExportedFunctions()
64 overloadSet.push_back(EntityInfo(filePath, entity)); in FindExportedFunctions()
66 FindExportedFunctions(overloadSet, path, entity); in FindExportedFunctions()
75 for (const auto &[path, entity] : optReExportAll->second) { in FindExportedFunctions()
77 (void)entity; in FindExportedFunctions()
78 ASSERT(entity == STAR_IMPORT); in FindExportedFunctions()
100 for (const auto &[path, entity] : optEntity->second) { in FindNamedImportAll()
101 if (entity in FindNamedImportAll()
[all...]
H A DimportExportTable.h24 EntityInfo(std::string_view path, std::string_view entity) : filePath(path), entityName(entity) {} in EntityInfo()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_file_entity_processor.h31 static void SetEntityAttribute(T &entity, const std::function<bool()> &shouldSet, std::string_view attribute) in SetEntityAttribute() argument
35 auto err = entity.metadata->SetAttribute(attribute); in SetEntityAttribute()
43 static void SetEntityAttributeValue(T &entity, const std::function<bool()> &shouldSet, std::string_view attribute, in SetEntityAttributeValue() argument
48 auto err = entity.metadata->SetAttributeValue(attribute, value); in SetEntityAttributeValue()
/arkcompiler/runtime_core/static_core/verification/cache/
H A Dfile_entity_cache.h75 void AddToCache(const panda_file::File &pf, panda_file::File::EntityId id, Entity &entity) in AddToCache() argument
77 storage_.insert_or_assign(GetKey<Entity>(pf, id), &entity); in AddToCache() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp848 static void SetEntityAttribute(T *entity, const std::function<bool()> &shouldSet, std::string_view attribute) in SetEntityAttribute() argument
851 auto err = entity->metadata->SetAttribute(attribute); in SetEntityAttribute()
859 static void SetEntityAttributeValue(T *entity, const std::function<bool()> &shouldSet, std::string_view attribute, in SetEntityAttributeValue() argument
863 auto err = entity->metadata->SetAttributeValue(attribute, value); in SetEntityAttributeValue()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h1809 MethodHandleItem(MethodHandleType type, BaseItem *entity) : type_(type), entity_(entity) {} in MethodHandleItem() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h1982 MethodHandleItem(MethodHandleType type, BaseItem *entity) : type_(type), entity_(entity) {} in MethodHandleItem() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h2740 ALWAYS_INLINE Class *GetClass(const T *entity) in GetClass() argument
2742 auto *klass = entity->GetClass(); in GetClass()

Completed in 26 milliseconds