Searched defs:entity (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | entity.cpp | 97 bool panda::guard::TopLevelOptionEntity::NeedUpdate(const Entity &entity) in NeedUpdate() 125 void panda::guard::TopLevelOptionEntity::WritePropertyCache(const panda::guard::Entity &entity) in WritePropertyCache() 150 bool panda::guard::PropertyOptionEntity::NeedUpdate(const Entity &entity) in NeedUpdate() 170 void panda::guard::PropertyOptionEntity::WritePropertyCache(const panda::guard::Entity &entity) in WritePropertyCache()
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_file_entity_processor.h | 31 …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/cli/ |
| D | DeclgenCLI.ts | 82 for (const entity of [...opts.inputDirs, ...opts.inputFiles]) { constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/compiler/ |
| D | Compiler.ts | 81 for (const entity of fs.readdirSync(dir)) { constant
|
| /arkcompiler/runtime_core/static_core/verification/cache/ |
| D | file_entity_cache.h | 75 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/ |
| D | TestRunner.ts | 297 for (const entity of fs.readdirSync(testDirPath)) { constant
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 858 static void SetEntityAttribute(T *entity, const std::function<bool()> &shouldSet, std::string_view … in SetEntityAttribute() 869 static void SetEntityAttributeValue(T *entity, const std::function<bool()> &shouldSet, std::string_… in SetEntityAttributeValue()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_items.h | 1987 MethodHandleItem(MethodHandleType type, BaseItem *entity) : type_(type), entity_(entity) {} in MethodHandleItem()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.h | 1809 MethodHandleItem(MethodHandleType type, BaseItem *entity) : type_(type), entity_(entity) {} in MethodHandleItem()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 2740 ALWAYS_INLINE Class *GetClass(const T *entity) in GetClass()
|