Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h144 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager() argument
147 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
Dcompilation_driver.h39 size_t maxMethodsInModule);
382 size_t maxMethodsInModule) : CompilationDriver(profilerDecoder, collector, in JitCompilationDriver() argument
385 … outputAsm, maxMethodsInModule) { }; in JitCompilationDriver()
Dcompilation_driver.cpp32 size_t maxMethodsInModule) in CompilationDriver() argument
44 maxMethodsInModule_(maxMethodsInModule) in CompilationDriver()