Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp506 ASSERT(IsHotFix()); in CompareClassHash()
569 if (IsHotFix()) { in HandleFunction()
631 bool PatchFix::IsHotFix() const in IsHotFix() function in panda::es2panda::util::PatchFix
DpatchFix.h78 bool IsHotFix() const;
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp332 if (program_->PatchFixHelper()->IsHotFix()) { in StoreAndCheckSpecialFunctionName()