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
Daot_compiler.cpp235 if (compilerStats.GetCompilerMethodCount() == 0) { in Main()
Dpass_manager.cpp373 compilerStats.SetCompilerMethodCount(cmpDriver.GetCompilerMethodCount()); in Compile()