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