Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dentity.cpp108 bool panda::guard::TopLevelOptionEntity::NeedUpdate(const Entity &entity) in NeedUpdate()
136 void panda::guard::TopLevelOptionEntity::WritePropertyCache(const panda::guard::Entity &entity) in WritePropertyCache()
165 bool panda::guard::PropertyOptionEntity::NeedUpdate(const Entity &entity) in NeedUpdate()
185 void panda::guard::PropertyOptionEntity::WritePropertyCache(const panda::guard::Entity &entity) in WritePropertyCache()
Dnode.cpp81 const auto &entity = map.at(entityIdx); in UpdateEntityNamespaceMemberExport() local
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_file_entity_processor.h31 …static void SetEntityAttribute(T &entity, const std::function<bool()> &shouldSet, std::string_view… in SetEntityAttribute()
43 …static void SetEntityAttributeValue(T &entity, const std::function<bool()> &shouldSet, std::string… in SetEntityAttributeValue()
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/compiler/
DCompiler.ts81 for (const entity of fs.readdirSync(dir)) { constant
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/cli/
DDeclgenCLI.ts97 for (const entity of [...opts.inputDirs, ...opts.inputFiles]) { constant
/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/plugins/ets/tools/declgen_ts2sts/src/
DTestRunner.ts297 for (const entity of fs.readdirSync(testDirPath)) { constant
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp873 static void SetEntityAttribute(T *entity, const std::function<bool()> &shouldSet, std::string_view … in SetEntityAttribute()
884 static void SetEntityAttributeValue(T *entity, const std::function<bool()> &shouldSet, std::string_… in SetEntityAttributeValue()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1809 MethodHandleItem(MethodHandleType type, BaseItem *entity) : type_(type), entity_(entity) {} in MethodHandleItem()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h2073 MethodHandleItem(MethodHandleType type, BaseItem *entity) : type_(type), entity_(entity) {} in MethodHandleItem()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h2739 ALWAYS_INLINE Class *GetClass(const T *entity) in GetClass()