Searched refs:maxMethodsInModule (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_manager.h | 175 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager() argument 178 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
|
| D | aot_compiler.cpp | 157 size_t maxMethodsInModule = runtimeOptions.GetCompilerModuleMethods(); in Main() local 186 maxMethodsInModule, profilerIn, hotnessThreshold, &passOptions); in Main()
|
| D | compilation_driver.cpp | 32 size_t maxMethodsInModule) in CompilationDriver() argument 43 maxMethodsInModule_(maxMethodsInModule) in CompilationDriver()
|
| D | compilation_driver.h | 39 size_t maxMethodsInModule);
|