Searched refs:maxAotMethodSize (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass_manager.h | 144 … CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager() argument 147 … logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
|
D | bytecode_info_collector.h | 405 explicit BCInfo(size_t maxAotMethodSize) in BCInfo() argument 406 : maxMethodSize_(maxAotMethodSize) in BCInfo() 661 size_t maxAotMethodSize, bool enableCollectLiteralInfo);
|
D | bytecode_info_collector.cpp | 34 size_t maxAotMethodSize, bool enableCollectLiteralInfo) in BytecodeInfoCollector() argument 37 bytecodeInfo_(maxAotMethodSize), in BytecodeInfoCollector()
|