Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass.h134 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 Dstub_compiler.cpp89 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run()
103 CompilerLog *log = GetLog(); in RunPipeline()
135 CompilerLog *log = GetLog(); in BuildStubModuleAndSave()
H A Dstub_compiler.h43 CompilerLog *GetLog() const in GetLog() function in panda::ecmascript::kungfu::StubCompiler
H A Dfile_generators.h148 const CompilerLog GetLog() const in GetLog() function in panda::ecmascript::kungfu::FileGenerator
H A Dfile_generators.cpp397 modulePackage_[i].CollectFuncEntryInfo(entryPoints[i], stubAddr2Name, stubInfo_, i, GetLog()); in CollectCodeInfo()
448 module->CollectFuncEntryInfo(addr2name, aotInfo_, abcId, moduleIdx, GetLog()); in CollectCodeInfo()

Completed in 5 milliseconds