Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp197 bool needDumpSymbolFile = !options.patchFixOptions.dumpSymbolTable.empty(); in InitPatchFixHelper()
198 …bool needGeneratePatch = options.patchFixOptions.generatePatch && !options.patchFixOptions.symbolT… in InitPatchFixHelper()
199 bool isHotReload = options.patchFixOptions.hotReload; in InitPatchFixHelper()
200 bool isColdReload = options.patchFixOptions.coldReload; in InitPatchFixHelper()
201 bool isColdFix = options.patchFixOptions.coldFix; in InitPatchFixHelper()
238 …if (!options.patchFixOptions.symbolTable.empty() || !options.patchFixOptions.dumpSymbolTable.empty… in CompileFiles()
239 symbolTable = new util::SymbolTable(options.patchFixOptions.symbolTable, in CompileFiles()
240 options.patchFixOptions.dumpSymbolTable); in CompileFiles()
267 if (!options.patchFixOptions.dumpSymbolTable.empty()) { in CompileFiles()
Des2panda.h107 PatchFixOptions patchFixOptions; member
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp705 compilerOptions_.patchFixOptions.dumpSymbolTable = opDumpSymbolTable.GetValue(); in Parse()
706 compilerOptions_.patchFixOptions.symbolTable = opInputSymbolTable.GetValue(); in Parse()
720 compilerOptions_.patchFixOptions.generatePatch = generatePatch; in Parse()
721 compilerOptions_.patchFixOptions.hotReload = hotReload; in Parse()
722 compilerOptions_.patchFixOptions.coldReload = coldReload; in Parse()
723 compilerOptions_.patchFixOptions.coldFix = coldFix; in Parse()