Home
last modified time | relevance | path

Searched refs:IsHotFix (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp530 ASSERT(IsHotFix()); in CompareClassHash()
572 IsHotFix() && in HandleFunction()
601 if (IsHotFix()) { in HandleFunction()
665 bool PatchFix::IsHotFix() const in IsHotFix() function in panda::es2panda::util::PatchFix
H A DpatchFix.h81 bool IsHotFix() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_option.h811 static bool IsHotFix() in IsHotFix() function in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp2458 ((CGOptions::IsLazyBinding() || CGOptions::IsHotFix()) && !cg->IsLibcore())); in EmitAsmLabel()
2460 ((CGOptions::IsLazyBinding() || CGOptions::IsHotFix()) && !cg->IsLibcore())); in EmitAsmLabel()
2462 ((CGOptions::IsLazyBinding() || CGOptions::IsHotFix()) && !cg->IsLibcore())); in EmitAsmLabel()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp361 if (program_->PatchFixHelper()->IsHotFix()) { in StoreAndCheckSpecialFunctionName()

Completed in 10 milliseconds