Searched defs:collector (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_manager.cpp | 35 …Context::PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, in PassContext() 253 auto &collector = *bcInfoCollectors_[i]; in CompileValidFiles() local 265 AotCompilerStats &compilerStats, BytecodeInfoCollector &collector) in Compile()
|
| D | aot_compiler_preprocessor.cpp | 199 auto &collector = *bcInfoCollectors_[i]; in DoPreAnalysis() local 205 … BytecodeInfoCollector &collector, CompilationOptions &cOptions) in AnalyzeGraphs() 222 … BytecodeInfoCollector &collector, MethodLiteral *methodLiteral, in AnalyzeGraph() 357 auto& collector = *bcInfoCollectors_[i]; in GeneratePGOTypes() local 461 auto& collector = *bcInfoCollectors_[i]; in GenerateMethodMap() local
|
| D | compilation_driver.cpp | 24 BytecodeInfoCollector *collector, in CompilationDriver()
|
| D | compilation_driver.h | 137 BytecodeInfoCollector* collector, in JitCompilationDriver()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_parser.cpp | 20 void BaseParser::Parse(const BytecodeInfoCollector &collector, const PGOTypeRecorder &typeRecorder, in Parse() 189 void PGOTypeParser::CreatePGOType(BytecodeInfoCollector &collector) in CreatePGOType()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 887 PairCreatorVisitor collector(GetGraph(), aliases, variables, mrk, alignedOnly_); in RunImpl() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ts2ets_copy.cpp | 487 EtsArgsClassesCollector collector(method); in CheckClasses() local
|