Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_stats.h93 compilerMethodCount_ += count; in SetCompilerMethodCount()
98 return compilerMethodCount_; in GetCompilerMethodCount()
126 uint32_t compilerMethodCount_ = 0; variable