Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp134 patchFixKind = util::PatchFixKind::HOTRELOAD; in InitPatchFixHelper()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h39 enum class PatchFixKind { DUMPSYMBOLTABLE, HOTFIX, COLDFIX, HOTRELOAD }; enumerator
DpatchFix.cpp643 return patchFixKind_ == PatchFixKind::HOTRELOAD; in IsHotReload()