Searched refs:GetCompilerMethodsRange (Results 1 – 2 of 2) sorted by relevance
243 return compiledMethodsCount < runtimeOptions_.GetCompilerMethodsRange().first || in OutCompiledMethodsRange()244 runtimeOptions_.GetCompilerMethodsRange().second <= compiledMethodsCount; in OutCompiledMethodsRange()
1899 const std::pair<uint32_t, uint32_t>& GetCompilerMethodsRange() const in GetCompilerMethodsRange() function