Searched refs:profilerDecoder (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compiler.cpp | 101 PGOProfilerDecoder profilerDecoder; in Main() local 103 …AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNa… in Main() 111 profilerDecoder.SetHotnessThreshold(cOptions.hotnessThreshold_); in Main() 112 profilerDecoder.SetInPath(cOptions.profilerIn_); in Main() 153 profilerDecoder, in Main()
|
| D | pass_manager.h | 145 PGOProfilerDecoder &profilerDecoder, PassOptions *passOptions) in PassManager() argument 148 profilerDecoder_(profilerDecoder), passOptions_(passOptions) { in PassManager() 175 PGOProfilerDecoder &profilerDecoder, PassOptions *passOptions) in JitPassManager() argument 176 …: PassManager(vm, triple, optLevel, relocMode, log, logList, 1, 1, profilerDecoder, passOptions) {… in JitPassManager()
|
| D | aot_compiler_preprocessor.h | 75 PGOProfilerDecoder &profilerDecoder, arg_list_t &pandaFileNames) in AotCompilerPreprocessor() argument 79 profilerDecoder_(profilerDecoder), in AotCompilerPreprocessor()
|
| D | compilation_driver.h | 29 CompilationDriver(PGOProfilerDecoder &profilerDecoder, 372 JitCompilationDriver(PGOProfilerDecoder &profilerDecoder, in JitCompilationDriver() argument 382 size_t maxMethodsInModule) : CompilationDriver(profilerDecoder, collector, in JitCompilationDriver()
|
| D | compilation_driver.cpp | 22 CompilationDriver::CompilationDriver(PGOProfilerDecoder &profilerDecoder, in CompilationDriver() argument 35 pfDecoder_(profilerDecoder), in CompilationDriver()
|