Home
last modified time | relevance | path

Searched refs:maxMethodsInModule_ (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h147 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
165 size_t maxMethodsInModule_ {0};
Djit_compiler.h43 size_t maxMethodsInModule_; member
Dcompilation_driver.cpp44 maxMethodsInModule_(maxMethodsInModule) in CompilationDriver()
80 return (compiledMethodCnt_ % maxMethodsInModule_ == 0); in IsCurModuleFull()
Daot_compiler_preprocessor.h46 size_t maxMethodsInModule_; member
Dpass_manager.cpp53 maxMethodsInModule_); in Compile()
214 maxMethodsInModule_); in Compile()
Daot_compiler.cpp152 cOptions.maxMethodsInModule_, in Main()
Daot_compiler_preprocessor.cpp41 maxMethodsInModule_ = runtimeOptions.GetCompilerModuleMethods(); in CompilationOptions()
Dcompilation_driver.h367 size_t maxMethodsInModule_ {0};