Searched defs:entity (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc_file_entity_processor.h | 31 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 D | file_entity_cache.h | 75 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 D | disassembler.cpp | 848 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 D | file_items.h | 1809 MethodHandleItem(MethodHandleType type, BaseItem *entity) : type_(type), entity_(entity) {} in MethodHandleItem() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_items.h | 1982 MethodHandleItem(MethodHandleType type, BaseItem *entity) : type_(type), entity_(entity) {} in MethodHandleItem() argument
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | interpreter-inl.h | 2740 ALWAYS_INLINE Class *GetClass(const T *entity) in GetClass() argument
|
Completed in 18 milliseconds