Home
last modified time | relevance | path

Searched refs:IsEnable (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmove_constants.h34 bool IsEnable() const override in IsEnable() function
Dlowering.h34 bool IsEnable() const override in IsEnable() function
Dvn.h104 bool IsEnable() const override in IsEnable() function
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_acc_alloc.h33 bool IsEnable() const override in IsEnable() function
/arkcompiler/runtime_core/compiler/optimizer/
Dpass.h95 virtual bool IsEnable() const in IsEnable() function
Dpass_manager.cpp128 if (!pass->IsAnalysis() && !static_cast<Optimization *>(pass)->IsEnable()) { in RunPass()
/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.h26 bool IsEnable() const in IsEnable() function
Dcircuit.cpp38 if (funcName != nullptr && debugInfo_->IsEnable()) { in Circuit()
80 if (!debugInfo_->IsEnable()) { in AddComment()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.h50 bool IsEnable() const in IsEnable() function
Daot_file_manager.cpp117 if (!AnFileDataManager::GetInstance()->IsEnable()) { in IsLoad()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h69 bool IsEnable() const in IsEnable() function
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_optimizations_test.cpp185 EXPECT_TRUE(vnum.IsEnable()); in __anon2e732b7b0202()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp183 return PGOProfilerManager::GetInstance()->IsEnable(); in IsEnablePGOProfiler()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp207 if (AnFileDataManager::GetInstance()->IsEnable()) { in GenerateProgram()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp539 if (!ecmascript::AnFileDataManager::GetInstance()->IsEnable()) { in LoadAotFile()
3626 if (ecmascript::AnFileDataManager::GetInstance()->IsEnable()) { in InitForConcurrentFunction()