Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.cpp718 bool generatePatch = opGeneratePatch.GetValue(); in Parse() local
722 if (generatePatch && hotReload) { in Parse()
726 if (coldFix && !generatePatch) { in Parse()
730 compilerOptions_.patchFixOptions.generatePatch = generatePatch; in Parse()
/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.h45 PatchFix(bool generateSymbolFile, bool generatePatch, PatchFixKind patchFixKind, const std::string &recordName, in PatchFix() argument
47 : generateSymbolFile_(generateSymbolFile), generatePatch_(generatePatch), patchFixKind_(patchFixKind), in PatchFix()
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.h76 bool generatePatch {false};
H A Des2panda.cpp186 bool needGeneratePatch = options.patchFixOptions.generatePatch && !options.patchFixOptions.symbolTable.empty(); in InitPatchFixHelper()

Completed in 4 milliseconds