Searched refs:GetLog (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | pass.h | 134 CompilerLog* GetLog() const in GetLog() function in panda::ecmascript::kungfu::PassData 245 TimeScope timescope("PreCompileCheckPass", data->GetMethodName(), data->GetMethodOffset(), data->GetLog()); in Run() 246 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() 260 TimeScope timescope("PGOTypeInferPass", data->GetMethodName(), data->GetMethodOffset(), data->GetLog()); in Run() 261 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() 277 TimeScope timescope("EscapeAnalysisPass", data->GetMethodName(), data->GetMethodOffset(), data->GetLog()); in Run() 278 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() 304 data->GetMethodOffset(), data->GetLog()); in Run() [all...] |
H A D | stub_compiler.cpp | 89 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run() 103 CompilerLog *log = GetLog(); in RunPipeline() 135 CompilerLog *log = GetLog(); in BuildStubModuleAndSave()
|
H A D | stub_compiler.h | 43 CompilerLog *GetLog() const
in GetLog() function in panda::ecmascript::kungfu::StubCompiler
|
H A D | file_generators.h | 148 const CompilerLog GetLog() const in GetLog() function in panda::ecmascript::kungfu::FileGenerator
|
H A D | file_generators.cpp | 397 modulePackage_[i].CollectFuncEntryInfo(entryPoints[i], stubAddr2Name, stubInfo_, i, GetLog()); in CollectCodeInfo() 448 module->CollectFuncEntryInfo(addr2name, aotInfo_, abcId, moduleIdx, GetLog()); in CollectCodeInfo()
|
Completed in 4 milliseconds