Home
last modified time | relevance | path

Searched refs:patchFixOptions (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp194 bool needDumpSymbolFile = !options.patchFixOptions.dumpSymbolTable.empty(); in InitPatchFixHelper()
195 …bool needGeneratePatch = options.patchFixOptions.generatePatch && !options.patchFixOptions.symbolT… in InitPatchFixHelper()
196 bool isHotReload = options.patchFixOptions.hotReload; in InitPatchFixHelper()
197 bool isColdReload = options.patchFixOptions.coldReload; in InitPatchFixHelper()
198 bool isColdFix = options.patchFixOptions.coldFix; in InitPatchFixHelper()
235 …if (!options.patchFixOptions.symbolTable.empty() || !options.patchFixOptions.dumpSymbolTable.empty… in CompileFiles()
236 symbolTable = new util::SymbolTable(options.patchFixOptions.symbolTable, in CompileFiles()
237 options.patchFixOptions.dumpSymbolTable); in CompileFiles()
264 if (!options.patchFixOptions.dumpSymbolTable.empty()) { in CompileFiles()
Des2panda.h107 PatchFixOptions patchFixOptions; member
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp697 compilerOptions_.patchFixOptions.dumpSymbolTable = opDumpSymbolTable.GetValue(); in Parse()
698 compilerOptions_.patchFixOptions.symbolTable = opInputSymbolTable.GetValue(); in Parse()
712 compilerOptions_.patchFixOptions.generatePatch = generatePatch; in Parse()
713 compilerOptions_.patchFixOptions.hotReload = hotReload; in Parse()
714 compilerOptions_.patchFixOptions.coldReload = coldReload; in Parse()
715 compilerOptions_.patchFixOptions.coldFix = coldFix; in Parse()