Home
last modified time | relevance | path

Searched refs:GetCompilerMethodsRange (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.h243 return compiledMethodsCount < runtimeOptions_.GetCompilerMethodsRange().first || in OutCompiledMethodsRange()
244 runtimeOptions_.GetCompilerMethodsRange().second <= compiledMethodsCount; in OutCompiledMethodsRange()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h1899 const std::pair<uint32_t, uint32_t>& GetCompilerMethodsRange() const in GetCompilerMethodsRange() function