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