Searched refs:GetLog (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass.h | 109 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 …]
|
D | stub_compiler.cpp | 89 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run() 103 CompilerLog *log = GetLog(); in RunPipeline() 134 CompilerLog *log = GetLog(); in BuildStubModuleAndSave()
|
D | stub_compiler.h | 42 CompilerLog *GetLog() const in GetLog() function
|
D | file_generators.h | 120 const CompilerLog GetLog() const in GetLog() function
|
D | file_generators.cpp | 251 modulePackage_[i].CollectFuncEntryInfo(stubAddr2Name, stubInfo_, i, GetLog()); in CollectCodeInfo() 293 module->CollectFuncEntryInfo(addr2name, aotInfo_, moduleIdx, GetLog()); in CollectCodeInfo()
|