Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_manager.h124 CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, in PassManager()
129 logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
123 PassManager(CompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, CompilerLog *log, AotMethodLogList *logList, size_t maxAotMethodSize, size_t maxMethodsInModule, PGOProfilerDecoder &profilerDecoder, PassOptions *passOptions, CallMethodFlagMap *callMethodFlagMap, const CVector<AbcFileInfo> &fileInfos, const CVector<std::unique_ptr<BytecodeInfoCollector>> &bcInfoCollectors, std::string optBCRange) PassManager() argument
H A Dbytecode_info_collector.h135 explicit BCInfo(size_t maxAotMethodSize) in BCInfo() argument
136 : maxMethodSize_(maxAotMethodSize) in BCInfo()
289 size_t maxAotMethodSize);
H A Dbytecode_info_collector.cpp35 size_t maxAotMethodSize) in BytecodeInfoCollector()
38 bytecodeInfo_(maxAotMethodSize), in BytecodeInfoCollector()
33 BytecodeInfoCollector(CompilationEnv *env, JSPandaFile *jsPandaFile, PGOProfilerDecoder &pfDecoder, size_t maxAotMethodSize) BytecodeInfoCollector() argument

Completed in 5 milliseconds