Home
last modified time | relevance | path

Searched refs:CompilerLog (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp19 CompilerLog::CompilerLog(const std::string &logOpt) in CompilerLog() function in panda::ecmascript::kungfu::CompilerLog
30 void CompilerLog::SetMethodLog(const std::string &fileName, in SetMethodLog()
40 void CompilerLog::SetStubLog(const std::string &stubName, MethodLogList *logList) in SetStubLog()
88 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* … in TimeScope()
99 TimeScope::TimeScope(std::string name, CompilerLog* log) in TimeScope()
137 void CompilerLog::Print() const in Print()
146 void CompilerLog::PrintPassTime() const in PrintPassTime()
164 void CompilerLog::PrintMethodTime() const in PrintMethodTime()
185 void CompilerLog::PrintTime() const in PrintTime()
193 void CompilerLog::PrintCompiledMethod() const in PrintCompiledMethod()
[all …]
Dstub_compiler.h28 CompilerLog *log, MethodLogList *logList) in StubCompiler()
42 CompilerLog *GetLog() const in GetLog()
58 CompilerLog *log_ {nullptr};
Dfile_generators.h36 uint32_t moduleIndex, const CompilerLog &log);
39 uint32_t moduleIndex, const CompilerLog &log);
74 void RunAssembler(const CompilerLog &log, bool fastCompileMode);
76 …mblerFunc(std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, const CompilerLog &log,
113 …FileGenerator(const CompilerLog *log, const MethodLogList *logList) : log_(log), logList_(logList)… in FileGenerator()
120 const CompilerLog GetLog() const in GetLog()
132 const CompilerLog *log_ {nullptr};
155 …AOTFileGenerator(const CompilerLog *log, const MethodLogList *logList, EcmaVM* vm, const std::stri… in AOTFileGenerator()
214 … StubFileGenerator(const CompilerLog *log, const MethodLogList *logList, const std::string &triple) in StubFileGenerator()
Dcompiler_log.h38 class CompilerLog {
40 explicit CompilerLog(const std::string &logOpt);
41 ~CompilerLog() = default;
180 TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* log);
181 TimeScope(std::string name, CompilerLog* log);
196 CompilerLog *log_ {nullptr};
Dpass_manager.h34 …PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, LLVMMod… in PassContext()
69 CompilerLog* GetCompilerLog() const in GetCompilerLog()
121 CompilerLog *log_ {nullptr};
175CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager()
197 CompilerLog *log_ {nullptr};
Dllvm_codegen.h45 class CompilerLog; variable
128 void Run(const CompilerLog &log, bool fastCompileMode);
134 … const CompilerLog &log, const MethodLogList &logList, std::ostringstream &codeStream) const;
137 static int GetFpDeltaPrevFramSp(LLVMValueRef fn, const CompilerLog &log);
138 … static kungfu::CalleeRegAndOffsetVec GetCalleeReg2Offset(LLVMValueRef fn, const CompilerLog &log);
Dstub_compiler.cpp36 StubPassData(Stub *stub, LLVMModule *module, CompilerLog *log) in StubPassData()
103 CompilerLog *log = GetLog(); in RunPipeline()
134 CompilerLog *log = GetLog(); in BuildStubModuleAndSave()
186 panda::ecmascript::kungfu::CompilerLog logOpt(logOption); in main()
Dfile_generators.cpp68 uint32_t moduleIndex, const CompilerLog &log) in CollectFuncEntryInfo()
104 uint32_t moduleIndex, const CompilerLog &log) in CollectFuncEntryInfo()
206 void Module::RunAssembler(const CompilerLog &log, bool fastCompileMode) in RunAssembler()
212 … const CompilerLog &log, const MethodLogList &logList, std::ostringstream &codeStream) in DisassemblerFunc()
376 TimeScope timescope("LLVMIROpt", const_cast<CompilerLog *>(log_)); in CompileLatestModuleThenDestroy()
381 TimeScope timescope("LLVMCodeGen", const_cast<CompilerLog *>(log_)); in CompileLatestModuleThenDestroy()
446 TimeScope timescope("LLVMCodeGenPass-AI", const_cast<CompilerLog *>(log_)); in SaveSnapshotFile()
Dcompilation_driver.h24 class CompilerLog; variable
37 CompilerLog *log,
358 CompilerLog *log_ {nullptr};
Dllvm_codegen.cpp369 void LLVMAssembler::Run(const CompilerLog &log, bool fastCompileMode) in Run()
450 kungfu::CalleeRegAndOffsetVec LLVMAssembler::GetCalleeReg2Offset(LLVMValueRef fn, const CompilerLog in GetCalleeReg2Offset()
475 int LLVMAssembler::GetFpDeltaPrevFramSp(LLVMValueRef fn, const CompilerLog &log) in GetCalleeReg2Offset()
594 const CompilerLog &log, const MethodLogList &logList, in GetCalleeReg2Offset()
Dpass.h51 PassData(BytecodeCircuitBuilder *builder, Circuit *circuit, PassContext *ctx, CompilerLog *log,
109 CompilerLog* GetLog() const in GetLog()
204 CompilerLog *log_ {nullptr};
Daot_compiler.cpp176 CompilerLog log(logOption); in Main()
Dcompilation_driver.cpp30 CompilerLog *log, in CompilationDriver()
Dts_inline_lowering.cpp181 CompilerLog *log = ctx_->GetCompilerLog(); in InlineCall()