Home
last modified time | relevance | path

Searched defs:moduleId (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_shared_module.cpp134 panda_file::File::EntityId moduleId = panda_file::File::EntityId(static_cast<uint32_t>(moduleIdx)); in ParseSharedModule() local
H A Dmodule_data_extractor.cpp32 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 Dark_aot_linker.cpp120 RelocateSections(const std::unordered_map<std::string, size_t> &sectionAddresses, const std::unordered_map<std::string, size_t> &methodOffsets, uint32_t moduleId) RelocateSections() argument
175 RelocateSection(const SectionReference &sectionReference, const std::unordered_map<std::string, size_t> &sectionAddresses, uint32_t moduleId) RelocateSection() argument
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dglobal_ts_type_ref.h84 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 Dllvm_aot_compiler.cpp441 WrappedModule LLVMAotCompiler::CreateModule(uint32_t moduleId) in CreateModule() argument

Completed in 4 milliseconds