Home
last modified time | relevance | path

Searched defs:enablePGOProfiler (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.h28 CompilerLog *log, const MethodLogList *logList, bool enablePGOProfiler) : triple_(triple), in StubCompiler()
Dstub_compiler.cpp196 bool enablePGOProfiler = runtimeOptions.IsEnablePGOProfiler(); in main() local
Dfile_generators.h266 bool enablePGOProfiler) : FileGenerator(log, logList), cfg_(triple, enablePGOProfiler) {}; in StubFileGenerator()
Dllvm_ir_builder.cpp1988 LLVMModule::LLVMModule(const std::string &name, const std::string &triple, bool enablePGOProfiler) in LLVMModule()