Home
last modified time | relevance | path

Searched refs:moduleIdx (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.h145 void UpdateStackMap(std::shared_ptr<uint8_t> ptr, uint32_t size, uint32_t moduleIdx) in UpdateStackMap() argument
147 ASSERT(moduleIdx < des_.size()); in UpdateStackMap()
148 ModuleSectionDes &des = des_[moduleIdx]; in UpdateStackMap()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp36 int moduleIdx = jsPandaFile->GetModuleRecordIdx(descriptor); in ParseModule() local
37 ASSERT(moduleIdx != -1); in ParseModule()
41 moduleId = panda_file::File::EntityId(static_cast<uint32_t>(moduleIdx)); in ParseModule()
44 moduleId = lda.GetLiteralArrayId(static_cast<size_t>(moduleIdx)); in ParseModule()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h201 void CollectCodeInfo(Module *module, uint32_t moduleIdx);
Dfile_generators.cpp290 void AOTFileGenerator::CollectCodeInfo(Module *module, uint32_t moduleIdx) in CollectCodeInfo() argument
293 module->CollectFuncEntryInfo(addr2name, aotInfo_, moduleIdx, GetLog()); in CollectCodeInfo()