Lines Matching defs:bytecodeInfo
208 auto &bytecodeInfo = collector.GetBytecodeInfo();
209 auto &methodPcInfos = bytecodeInfo.GetMethodPcInfos();
210 for (auto &[methodId, methodInfo] : bytecodeInfo.GetMethodList()) {
214 AnalyzeGraph(bytecodeInfo, cOptions, collector, methodLiteral, methodPcInfo);
219 void AotCompilerPreprocessor::AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions,
248 fullName, bytecodeInfo.GetRecordNameWithIndex(0), decoder, false);
419 bool AotCompilerPreprocessor::IsSkipMethod(const JSPandaFile *jsPandaFile, const BCInfo &bytecodeInfo,
424 if (methodPCInfo.methodsSize > bytecodeInfo.GetMaxMethodSize() ||
452 BCInfo &bytecodeInfo = collector.GetBytecodeInfo();
453 const auto &methodPcInfos = bytecodeInfo.GetMethodPcInfos();
454 auto &methodList = bytecodeInfo.GetMethodList();
465 bool isAotcompile = !IsSkipMethod(jsPandaFile, bytecodeInfo, MethodLiteral::GetRecordName(