Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp33 bool enableMethodLog = !NoneMethod(); in SetMethodLog() local
35 enableMethodLog = logList->IncludesMethod(fileName, methodName); in SetMethodLog()
37 SetEnableMethodLog(enableMethodLog); in SetMethodLog()
42 bool enableMethodLog = !NoneMethod(); in SetStubLog() local
44 enableMethodLog = logList->IncludesMethod(stubName); in SetStubLog()
46 SetEnableMethodLog(enableMethodLog); in SetStubLog()
Dpass_manager.cpp88 bool enableMethodLog = log_->GetEnableMethodLog(); in Compile() local
89 if (enableMethodLog) { in Compile()
105 … ctx.GetByteCodes(), hasTypes, enableMethodLog && log_->OutputCIR(), in Compile()
Dcompiler_log.h93 void SetEnableMethodLog(bool enableMethodLog) in SetEnableMethodLog() argument
95 enableMethodLog_ = enableMethodLog; in SetEnableMethodLog()