Home
last modified time | relevance | path

Searched defs:collector (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompilation_driver.cpp23 CompilationDriver(PGOProfilerDecoder &profilerDecoder, BytecodeInfoCollector *collector, AOTFileGenerator *fileGenerator, const std::string &fileName, const std::string &triple, LOptions *lOptions, CompilerLog *log, bool outputAsm, size_t maxMethodsInModule) CompilationDriver() argument
H A Dpass_manager.cpp35 PassContext::PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, in PassContext() argument
[all...]
H A Dcompilation_driver.h136 JitCompilationDriver(PGOProfilerDecoder &profilerDecoder, BytecodeInfoCollector* collector, AOTFileGenerator *fileGenerator, const std::string &fileName, const std::string &triple, LOptions *lOptions, CompilerLog *log, bool outputAsm, size_t maxMethodsInModule) JitCompilationDriver() argument
H A Daot_compiler_preprocessor.cpp197 auto &collector = *bcInfoCollectors_[i]; in DoPreAnalysis() local
351 auto& collector = *bcInfoCollectors_[i]; in GeneratePGOTypes() local
451 auto& collector in GenerateMethodMap() local
202 AnalyzeGraphs(JSPandaFile *jsPandaFile, BytecodeInfoCollector &collector, CompilationOptions &cOptions) AnalyzeGraphs() argument
219 AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions, BytecodeInfoCollector &collector, MethodLiteral *methodLiteral, MethodPcInfo &methodPCInfo) AnalyzeGraph() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_parser.cpp20 void BaseParser::Parse(const BytecodeInfoCollector &collector, const PGOTypeRecorder &typeRecorder, in Parse() argument
189 void PGOTypeParser::CreatePGOType(BytecodeInfoCollector &collector) in CreatePGOType() argument

Completed in 4 milliseconds