Searched defs:moduleId (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_shared_module.cpp | 134 panda_file::File::EntityId moduleId = panda_file::File::EntityId(static_cast<uint32_t>(moduleIdx)); in ParseSharedModule() local
|
| H A D | module_data_extractor.cpp | 32 panda_file::File::EntityId moduleId; in ParseModule() local 56 ExtractModuleDatas(JSThread *thread, const JSPandaFile *jsPandaFile, panda_file::File::EntityId moduleId, JSHandle<SourceTextModule> &moduleRecord, [[maybe_unused]]JSRecordInfo *recordInfo) ExtractModuleDatas() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | ark_aot_linker.cpp | 120 RelocateSections(const std::unordered_map<std::string, size_t> §ionAddresses, const std::unordered_map<std::string, size_t> &methodOffsets, uint32_t moduleId) RelocateSections() argument 175 RelocateSection(const SectionReference §ionReference, const std::unordered_map<std::string, size_t> §ionAddresses, uint32_t moduleId) RelocateSection() argument
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| H A D | global_ts_type_ref.h | 84 GlobalTSTypeRef(int moduleId, int localId) : type_(0) in GlobalTSTypeRef() argument 150 uint32_t moduleId = GetModuleId(); in Dump() local 177 static inline bool IsValidModuleId(uint32_t moduleId) in IsValidModuleId() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_aot_compiler.cpp | 441 WrappedModule LLVMAotCompiler::CreateModule(uint32_t moduleId) in CreateModule() argument
|
Completed in 4 milliseconds