Home
last modified time | relevance | path

Searched refs:profilerDecoder (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler.cpp117 PGOProfilerDecoder profilerDecoder; in Main() local
119 AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNames); in Main()
144 profilerDecoder.SetHotnessThreshold(cOptions.hotnessThreshold_); in Main()
145 profilerDecoder.SetInPath(cOptions.profilerIn_); in Main()
203 profilerDecoder, in Main()
H A Dpass_manager.h125 PGOProfilerDecoder &profilerDecoder, PassOptions *passOptions, CallMethodFlagMap *callMethodFlagMap, in PassManager()
130 profilerDecoder_(profilerDecoder), passOptions_(passOptions), callMethodFlagMap_(callMethodFlagMap), in PassManager()
166 PGOProfilerDecoder &profilerDecoder, PassOptions *passOptions) in JitPassManager()
167 : PassManager(env, triple, optLevel, relocMode, log, logList, 1, 1, profilerDecoder, passOptions, in JitPassManager()
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
164 JitPassManager(JitCompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, CompilerLog *log, AotMethodLogList *logList, PGOProfilerDecoder &profilerDecoder, PassOptions *passOptions) JitPassManager() argument
H A Dcompilation_driver.h30 CompilationDriver(PGOProfilerDecoder &profilerDecoder,
136 JitCompilationDriver(PGOProfilerDecoder &profilerDecoder, in JitCompilationDriver() argument
145 : CompilationDriver(profilerDecoder, collector, fileGenerator, fileName, triple, lOptions, in JitCompilationDriver()
H A Dcompilation_driver.cpp23 CompilationDriver::CompilationDriver(PGOProfilerDecoder &profilerDecoder, in CompilationDriver() argument
34 pfDecoder_(profilerDecoder), in CompilationDriver()
H A Daot_compiler_preprocessor.h103 PGOProfilerDecoder &profilerDecoder, arg_list_t &pandaFileNames) in AotCompilerPreprocessor()
107 profilerDecoder_(profilerDecoder), in AotCompilerPreprocessor()
101 AotCompilerPreprocessor(EcmaVM *vm, JSRuntimeOptions &runtimeOptions, std::map<std::string, std::shared_ptr<OhosPkgArgs>> &pkgsArgs, PGOProfilerDecoder &profilerDecoder, arg_list_t &pandaFileNames) AotCompilerPreprocessor() argument
H A Daot_compiler_preprocessor.cpp230 PGOProfilerDecoder profilerDecoder; in AnalyzeGraph() local
233 PassContext ctx(cOptions.triple_, &log, &collector, m->GetModule(), &profilerDecoder); in AnalyzeGraph()
243 PGOProfilerDecoder *decoder = cOptions.isEnableOptPGOType_ ? &profilerDecoder : &defDecoder; in AnalyzeGraph()

Completed in 5 milliseconds