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.h237 static uint32_t compiledMethodsCount = 0; in OutCompiledMethodsRange() local
238 ++compiledMethodsCount; in OutCompiledMethodsRange()
239 return compiledMethodsCount < runtimeOptions_.GetCompilerMethodsRange().first || in OutCompiledMethodsRange()
240 runtimeOptions_.GetCompilerMethodsRange().second <= compiledMethodsCount; in OutCompiledMethodsRange()