Searched refs:maxMethodsInModule_ (Results 1 – 7 of 7) sorted by relevance
43 maxMethodsInModule_(maxMethodsInModule) in CompilationDriver()60 return (compiledMethodCnt_ % maxMethodsInModule_ == 0); in IsCurModuleFull()
129 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()152 size_t maxMethodsInModule_ {0};
131 size_t maxMethodsInModule_ {0};
73 maxMethodsInModule_); in Compile()284 maxMethodsInModule_); in Compile()
217 cOptions.maxMethodsInModule_, in Main()
68 size_t maxMethodsInModule_; member
45 maxMethodsInModule_ = runtimeOptions.GetCompilerModuleMethods(); in CompilationOptions()