Lines Matching defs:CompilerLog
19 CompilerLog::CompilerLog(const std::string &logOpt)
30 void CompilerLog::SetMethodLog(const std::string &fileName,
40 void CompilerLog::SetStubLog(const std::string &stubName, MethodLogList *logList)
88 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* log)
99 TimeScope::TimeScope(std::string name, CompilerLog* log)
137 void CompilerLog::Print() const
146 void CompilerLog::PrintPassTime() const
164 void CompilerLog::PrintMethodTime() const
185 void CompilerLog::PrintTime() const
193 void CompilerLog::PrintCompiledMethod() const
204 void CompilerLog::PrintPGOMismatchedMethod() const
219 void CompilerLog::AddMethodTime(const std::string& name, uint32_t id, double time)
225 void CompilerLog::AddPassTime(const std::string& name, double time)
230 void CompilerLog::AddCompiledMethod(const std::string& name, const CString& recordName)
236 void CompilerLog::RemoveCompiledMethod(const std::string& name, const CString& recordName)
242 int CompilerLog::GetIndex()
311 void CompilerLog::SetPGOMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount,