Home
last modified time | relevance | path

Searched refs:maxAotMethodSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h175 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager() argument
178 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
Daot_compiler.cpp156 size_t maxAotMethodSize = runtimeOptions.GetMaxAotMethodSize(); in Main() local
185 …sManager passManager(vm, entrypoint, triple, optLevel, relocMode, &log, &logList, maxAotMethodSize, in Main()
Dbytecode_info_collector.h437 explicit BCInfo(size_t maxAotMethodSize) in BCInfo() argument
438 : maxMethodSize_(maxAotMethodSize) in BCInfo()
700 size_t maxAotMethodSize, bool enableCollectLiteralInfo);
Dbytecode_info_collector.cpp34 size_t maxAotMethodSize, bool enableCollectLiteralInfo) in BytecodeInfoCollector() argument
37 bytecodeInfo_(maxAotMethodSize), in BytecodeInfoCollector()