Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.h238 static uint32_t compiledMethodsCount = 0; in OutCompiledMethodsRange() local
239 ++compiledMethodsCount; in OutCompiledMethodsRange()
240 return compiledMethodsCount < runtimeOptions_.GetCompilerMethodsRange().first || in OutCompiledMethodsRange()
241 runtimeOptions_.GetCompilerMethodsRange().second <= compiledMethodsCount; in OutCompiledMethodsRange()