Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp42 maxMethodsInModule_(maxMethodsInModule) in CompilationDriver()
59 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.cpp62 maxMethodsInModule_); in Compile()
272 maxMethodsInModule_); in Compile()
Daot_compiler.cpp183 cOptions.maxMethodsInModule_, in Main()
Daot_compiler_preprocessor.h68 size_t maxMethodsInModule_; member
Daot_compiler_preprocessor.cpp42 maxMethodsInModule_ = runtimeOptions.GetCompilerModuleMethods(); in CompilationOptions()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/
Daot_file_test.cpp232 … &logList, cOptions.maxAotMethodSize_, cOptions.maxMethodsInModule_, profilerDecoder, in GetAnFileInTest()