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.cpp41 << "compilerMethodCount: " << GetCompilerMethodCount() << "\n" in PrintCompilerStatsLog()
60 "COMPILER_METHOD_COUNT", GetCompilerMethodCount(), in SendSysEvent()
Daot_compiler_stats.h95 uint32_t GetCompilerMethodCount() const in GetCompilerMethodCount() function
Dcompilation_driver.h95 uint32_t GetCompilerMethodCount() const in GetCompilerMethodCount() function
Dpass_manager.cpp361 compilerStats.SetCompilerMethodCount(cmpDriver.GetCompilerMethodCount()); in Compile()
364 LOG_COMPILER(INFO) << compilerStats.GetCompilerMethodCount() << " methods have been compiled"; in Compile()
Daot_compiler.cpp202 if (compilerStats.GetCompilerMethodCount() == 0) { in Main()