Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp186 bool needDumpSymbolFile = !options.patchFixOptions.dumpSymbolTable.empty(); in InitPatchFixHelper()
187 …bool needGeneratePatch = options.patchFixOptions.generatePatch && !options.patchFixOptions.symbolT… in InitPatchFixHelper()
188 bool isHotReload = options.patchFixOptions.hotReload; in InitPatchFixHelper()
189 bool isColdReload = options.patchFixOptions.coldReload; in InitPatchFixHelper()
190 bool isColdFix = options.patchFixOptions.coldFix; in InitPatchFixHelper()
227 …if (!options.patchFixOptions.symbolTable.empty() || !options.patchFixOptions.dumpSymbolTable.empty… in CompileFiles()
228 symbolTable = std::make_unique<util::SymbolTable>(options.patchFixOptions.symbolTable, in CompileFiles()
229 options.patchFixOptions.dumpSymbolTable); in CompileFiles()
256 if (!options.patchFixOptions.dumpSymbolTable.empty()) { in CompileFiles()
Des2panda.h109 PatchFixOptions patchFixOptions; member
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp736 compilerOptions_.patchFixOptions.dumpSymbolTable = opDumpSymbolTable.GetValue(); in Parse()
737 compilerOptions_.patchFixOptions.symbolTable = opInputSymbolTable.GetValue(); in Parse()
755 compilerOptions_.patchFixOptions.generatePatch = generatePatch; in Parse()
756 compilerOptions_.patchFixOptions.hotReload = hotReload; in Parse()
757 compilerOptions_.patchFixOptions.coldReload = coldReload; in Parse()
758 compilerOptions_.patchFixOptions.coldFix = coldFix; in Parse()