Home
last modified time | relevance | path

Searched refs:maxMethodsInModule (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h175 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager() argument
178 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
Daot_compiler.cpp157 size_t maxMethodsInModule = runtimeOptions.GetCompilerModuleMethods(); in Main() local
186 maxMethodsInModule, profilerIn, hotnessThreshold, &passOptions); in Main()
Dcompilation_driver.cpp32 size_t maxMethodsInModule) in CompilationDriver() argument
43 maxMethodsInModule_(maxMethodsInModule) in CompilationDriver()
Dcompilation_driver.h39 size_t maxMethodsInModule);