Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp43 maxMethodsInModule_(maxMethodsInModule) in CompilationDriver()
60 return (compiledMethodCnt_ % maxMethodsInModule_ == 0); in IsCurModuleFull()
Dpass_manager.h129 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
152 size_t maxMethodsInModule_ {0};
Dcompilation_driver.h131 size_t maxMethodsInModule_ {0};
Dpass_manager.cpp73 maxMethodsInModule_); in Compile()
284 maxMethodsInModule_); in Compile()
Daot_compiler.cpp217 cOptions.maxMethodsInModule_, in Main()
Daot_compiler_preprocessor.h68 size_t maxMethodsInModule_; member
Daot_compiler_preprocessor.cpp45 maxMethodsInModule_ = runtimeOptions.GetCompilerModuleMethods(); in CompilationOptions()