Searched refs:maxAotMethodSize (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass_manager.h | 175 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager() argument 178 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
|
D | aot_compiler.cpp | 156 size_t maxAotMethodSize = runtimeOptions.GetMaxAotMethodSize(); in Main() local 185 …sManager passManager(vm, entrypoint, triple, optLevel, relocMode, &log, &logList, maxAotMethodSize, in Main()
|
D | bytecode_info_collector.h | 437 explicit BCInfo(size_t maxAotMethodSize) in BCInfo() argument 438 : maxMethodSize_(maxAotMethodSize) in BCInfo() 700 size_t maxAotMethodSize, bool enableCollectLiteralInfo);
|
D | bytecode_info_collector.cpp | 34 size_t maxAotMethodSize, bool enableCollectLiteralInfo) in BytecodeInfoCollector() argument 37 bytecodeInfo_(maxAotMethodSize), in BytecodeInfoCollector()
|