Home
last modified time | relevance | path

Searched defs:moduleIdx (Results 1 – 3 of 3) 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()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp36 int moduleIdx = jsPandaFile->GetModuleRecordIdx(descriptor); in ParseModule() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp290 void AOTFileGenerator::CollectCodeInfo(Module *module, uint32_t moduleIdx) in CollectCodeInfo()