Home
last modified time | relevance | path

Searched refs:GetCompilerMethodCount (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_stats.cpp33 << "compilerMethodCount: " << GetCompilerMethodCount() << "\n" in PrintCompilerStatsLog()
52 "COMPILER_METHOD_COUNT", GetCompilerMethodCount(), in SendSysEvent()
Daot_compiler_stats.h96 uint32_t GetCompilerMethodCount() const in GetCompilerMethodCount() function
Dcompilation_driver.h95 uint32_t GetCompilerMethodCount() const in GetCompilerMethodCount() function
Dpass_manager.cpp359 compilerStats.SetCompilerMethodCount(cmpDriver.GetCompilerMethodCount()); in Compile()
362 LOG_COMPILER(INFO) << compilerStats.GetCompilerMethodCount() << " methods have been compiled"; in Compile()
Daot_compiler.cpp199 if (compilerStats.GetCompilerMethodCount() == 0) { in Main()