Lines Matching defs:collector
35 PassContext::PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector,
37 : compilationEnv_(collector->GetCompilationEnv()),
38 bcInfoCollector_(collector),
39 bytecodes_(collector->GetByteCodes()),
42 jsPandaFile_(collector->GetJSPandaFile()),
249 auto &collector = *bcInfoCollectors_[i];
253 if (!Compile(jsPandaFile, extendedFilePath, generator, compilerStats, collector)) {
261 AotCompilerStats &compilerStats, BytecodeInfoCollector &collector)
273 &collector,
282 cmpDriver.Run(*callMethodFlagMap_, [this, &fileName, &collector](const CString recordName,
289 PassContext ctx(triple_, log_, &collector, m->GetModule(), &profilerDecoder_);
370 LOG_COMPILER(INFO) << collector.GetBytecodeInfo().GetSkippedMethodSize()