Home
last modified time | relevance | path

Searched refs:COLDFIX (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.cpp638 return patchFixKind_ == PatchFixKind::COLDFIX; in IsColdFix()