Searched defs:maxAotMethodSize (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | pass_manager.h | 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 D | bytecode_info_collector.h | 135 explicit BCInfo(size_t maxAotMethodSize) in BCInfo() argument
|
H A D | bytecode_info_collector.cpp | 33 BytecodeInfoCollector(CompilationEnv *env, JSPandaFile *jsPandaFile, PGOProfilerDecoder &pfDecoder, size_t maxAotMethodSize) BytecodeInfoCollector() argument
|
Completed in 3 milliseconds