Home
last modified time | relevance | path

Searched defs:entity (Results 1 - 6 of 6) sorted by relevance

/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
43 static void SetEntityAttributeValue(T &entity, const std::function<bool()> &shouldSet, std::string_view attribute, in SetEntityAttributeValue() argument
/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
859 static void SetEntityAttributeValue(T *entity, const std::function<bool()> &shouldSet, std::string_view attribute, in SetEntityAttributeValue() argument
/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

Completed in 17 milliseconds