Home
last modified time | relevance | path

Searched refs:GetEnableMethodLog (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.h88 bool GetEnableMethodLog() const in GetEnableMethodLog() function
100 return GetEnableMethodLog() && OutputCIR(); in EnableMethodCIRLog()
Dpass.h242 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run()
262 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run()
292 bool enableTypeLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run()
Dpass_manager.cpp88 bool enableMethodLog = log_->GetEnableMethodLog(); in Compile()
Dcompiler_log.cpp114 if (log_->CertainMethod() && log_->GetEnableMethodLog()) { in ~TimeScope()