Searched refs:maxMethodsInModule_ (Results 1 – 8 of 8) sorted by relevance
42 maxMethodsInModule_(maxMethodsInModule) in CompilationDriver()59 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};
62 maxMethodsInModule_); in Compile()272 maxMethodsInModule_); in Compile()
183 cOptions.maxMethodsInModule_, in Main()
68 size_t maxMethodsInModule_; member
42 maxMethodsInModule_ = runtimeOptions.GetCompilerModuleMethods(); in CompilationOptions()
232 … &logList, cOptions.maxAotMethodSize_, cOptions.maxMethodsInModule_, profilerDecoder, in GetAnFileInTest()