Lines Matching defs:collector
197 auto &collector = *bcInfoCollectors_[i];
198 AnalyzeGraphs(jsPandaFile, collector, cOptions);
203 BytecodeInfoCollector &collector, CompilationOptions &cOptions)
208 auto &bytecodeInfo = collector.GetBytecodeInfo();
214 AnalyzeGraph(bytecodeInfo, cOptions, collector, methodLiteral, methodPcInfo);
220 BytecodeInfoCollector &collector, MethodLiteral *methodLiteral,
233 PassContext ctx(cOptions.triple_, &log, &collector, m->GetModule(), &profilerDecoder);
351 auto& collector = *bcInfoCollectors_[i];
353 parser.CreatePGOType(collector);
451 auto& collector = *bcInfoCollectors_[i];
452 BCInfo &bytecodeInfo = collector.GetBytecodeInfo();