Home
last modified time | relevance | path

Searched refs:profilerDecoder (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp101 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()
Dpass_manager.h145 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()
Daot_compiler_preprocessor.h75 PGOProfilerDecoder &profilerDecoder, arg_list_t &pandaFileNames) in AotCompilerPreprocessor() argument
79 profilerDecoder_(profilerDecoder), in AotCompilerPreprocessor()
Dcompilation_driver.h29 CompilationDriver(PGOProfilerDecoder &profilerDecoder,
372 JitCompilationDriver(PGOProfilerDecoder &profilerDecoder, in JitCompilationDriver() argument
382 size_t maxMethodsInModule) : CompilationDriver(profilerDecoder, collector, in JitCompilationDriver()
Dcompilation_driver.cpp22 CompilationDriver::CompilationDriver(PGOProfilerDecoder &profilerDecoder, in CompilationDriver() argument
35 pfDecoder_(profilerDecoder), in CompilationDriver()