Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h144 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager() argument
147 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
Dbytecode_info_collector.h405 explicit BCInfo(size_t maxAotMethodSize) in BCInfo() argument
406 : maxMethodSize_(maxAotMethodSize) in BCInfo()
661 size_t maxAotMethodSize, bool enableCollectLiteralInfo);
Dbytecode_info_collector.cpp34 size_t maxAotMethodSize, bool enableCollectLiteralInfo) in BytecodeInfoCollector() argument
37 bytecodeInfo_(maxAotMethodSize), in BytecodeInfoCollector()