Home
last modified time | relevance | path

Searched defs:collector (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp35 …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()
Daot_compiler_preprocessor.cpp199 auto &collector = *bcInfoCollectors_[i]; in DoPreAnalysis() local
205BytecodeInfoCollector &collector, CompilationOptions &cOptions) in AnalyzeGraphs()
222BytecodeInfoCollector &collector, MethodLiteral *methodLiteral, in AnalyzeGraph()
357 auto& collector = *bcInfoCollectors_[i]; in GeneratePGOTypes() local
461 auto& collector = *bcInfoCollectors_[i]; in GenerateMethodMap() local
Dcompilation_driver.cpp24 BytecodeInfoCollector *collector, in CompilationDriver()
Dcompilation_driver.h137 BytecodeInfoCollector* collector, in JitCompilationDriver()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_parser.cpp20 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/
Dmemory_coalescing.cpp887 PairCreatorVisitor collector(GetGraph(), aliases, variables, mrk, alignedOnly_); in RunImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_copy.cpp487 EtsArgsClassesCollector collector(method); in CheckClasses() local