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