Searched refs:GetCompilerMethodCount (Results 1 – 5 of 5) sorted by relevance
41 << "compilerMethodCount: " << GetCompilerMethodCount() << "\n" in PrintCompilerStatsLog()60 "COMPILER_METHOD_COUNT", GetCompilerMethodCount(), in SendSysEvent()
95 uint32_t GetCompilerMethodCount() const in GetCompilerMethodCount() function
361 compilerStats.SetCompilerMethodCount(cmpDriver.GetCompilerMethodCount()); in Compile()364 LOG_COMPILER(INFO) << compilerStats.GetCompilerMethodCount() << " methods have been compiled"; in Compile()
202 if (compilerStats.GetCompilerMethodCount() == 0) { in Main()