Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/cache/
Dfile_entity_cache.h75 void AddToCache(const panda_file::File &pf, panda_file::File::EntityId id, Entity &entity) in AddToCache()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp829 static void SetEntityAttribute(T *entity, const std::function<bool()> &shouldSet, std::string_view … in SetEntityAttribute()
840 static void SetEntityAttributeValue(T *entity, const std::function<bool()> &shouldSet, std::string_… in SetEntityAttributeValue()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp803 for (const auto &entity : GlobalTables::GetConstPool().GetConstU16StringPool()) { in WriteStrField() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h1950 MethodHandleItem(MethodHandleType type, BaseItem *entity) : type_(type), entity_(entity) {} in MethodHandleItem()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1782 MethodHandleItem(MethodHandleType type, BaseItem *entity) : type_(type), entity_(entity) {} in MethodHandleItem()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h2740 ALWAYS_INLINE Class *GetClass(const T *entity) in GetClass()