Searched refs:compiledMethodsCount (Results 1 – 1 of 1) sorted by relevance
238 static uint32_t compiledMethodsCount = 0; in OutCompiledMethodsRange() local239 ++compiledMethodsCount; in OutCompiledMethodsRange()240 return compiledMethodsCount < runtimeOptions_.GetCompilerMethodsRange().first || in OutCompiledMethodsRange()241 runtimeOptions_.GetCompilerMethodsRange().second <= compiledMethodsCount; in OutCompiledMethodsRange()