Home
last modified time | relevance | path

Searched refs:generatePatch (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp459 bool generatePatch = opGeneratePatch.GetValue(); in Parse() local
462 if (generatePatch && hotReload) { in Parse()
466 if (coldFix && !generatePatch) { in Parse()
470 compilerOptions_.patchFixOptions.generatePatch = generatePatch; in Parse()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h45 …PatchFix(bool generateSymbolFile, bool generatePatch, PatchFixKind patchFixKind, const std::string… in PatchFix() argument
47 …: generateSymbolFile_(generateSymbolFile), generatePatch_(generatePatch), patchFixKind_(patchFixKi… in PatchFix()
/arkcompiler/ets_frontend/es2panda/
Des2panda.h68 bool generatePatch {false};
Des2panda.cpp125 …bool needGeneratePatch = options.patchFixOptions.generatePatch && !options.patchFixOptions.symbolT… in InitPatchFixHelper()