Home
last modified time | relevance | path

Searched refs:latestModule (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp576 Module *latestModule = GetLatestModule(); in CompileLatestModuleThenDestroy() local
582 if (latestModule->GetModule()->GetModuleKind() != MODULE_LLVM) { in CompileLatestModuleThenDestroy()
583 LMIRModule *lmirModule = static_cast<LMIRModule*>(latestModule->GetModule()); in CompileLatestModuleThenDestroy()
595 latestModule->RunAssembler(*(log_), fastCompileMode, isJit); in CompileLatestModuleThenDestroy()
599 CollectCodeInfo(latestModule, latestModuleIdx); in CompileLatestModuleThenDestroy()
601 // message has been put into aotInfo, so latestModule could be destroyed in CompileLatestModuleThenDestroy()
603 if (latestModule->GetModule()->GetModuleKind() != MODULE_LLVM) { in CompileLatestModuleThenDestroy()
604 LMIRModule *lmirModule = static_cast<LMIRModule*>(latestModule->GetModule()); in CompileLatestModuleThenDestroy()
608 latestModule->DestroyModule(); in CompileLatestModuleThenDestroy()
772 Module *latestModule in JitCreateLitecgModule() local
[all...]

Completed in 2 milliseconds