Home
last modified time | relevance | path

Searched refs:GetLog (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h109 CompilerLog* GetLog() const in GetLog() function
240 …meScope timescope("TypeInferPass", data->GetMethodName(), data->GetMethodOffset(), data->GetLog()); in Run()
242 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run()
261 …cope timescope("PGOTypeInferPass", data->GetMethodName(), data->GetMethodOffset(), data->GetLog()); in Run()
262 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run()
275 …e timescope("TSClassAnalysisPass", data->GetMethodName(), data->GetMethodOffset(), data->GetLog()); in Run()
290 …ope timescope("TSHCRLoweringPass", data->GetMethodName(), data->GetMethodOffset(), data->GetLog()); in Run()
291 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run()
292 bool enableTypeLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run()
311 … timescope("NTypeHCRLoweringPass", data->GetMethodName(), data->GetMethodOffset(), data->GetLog()); in Run()
[all …]
Dstub_compiler.cpp89 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run()
103 CompilerLog *log = GetLog(); in RunPipeline()
134 CompilerLog *log = GetLog(); in BuildStubModuleAndSave()
Dstub_compiler.h42 CompilerLog *GetLog() const in GetLog() function
Dfile_generators.h120 const CompilerLog GetLog() const in GetLog() function
Dfile_generators.cpp251 modulePackage_[i].CollectFuncEntryInfo(stubAddr2Name, stubInfo_, i, GetLog()); in CollectCodeInfo()
293 module->CollectFuncEntryInfo(addr2name, aotInfo_, moduleIdx, GetLog()); in CollectCodeInfo()