Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp131 patchFixKind = isColdFix ? util::PatchFixKind::COLDFIX : util::PatchFixKind::HOTFIX; in InitPatchFixHelper()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h39 enum class PatchFixKind { DUMPSYMBOLTABLE, HOTFIX, COLDFIX, HOTRELOAD }; enumerator
DpatchFix.cpp633 return patchFixKind_ == PatchFixKind::HOTFIX; in IsHotFix()