Searched refs:bcInfo (Results 1 – 5 of 5) sorted by relevance
153 PGOBCInfo *bcInfo = tsManager->GetBytecodeInfoCollector()->GetPGOBCInfo(); in CreateTypesForPGO() local154 …bcInfo->IterateInfoAndType(methodOffset, [this, &typeParser, methodOffset, &recordName, &jsPandaFi… in CreateTypesForPGO()
792 LexEnvManager::LexEnvManager(BCInfo &bcInfo) in LexEnvManager() argument793 : lexEnvs_(bcInfo.GetMethodList().size()) in LexEnvManager()795 const auto &methodList = bcInfo.GetMethodList(); in LexEnvManager()
668 explicit LexEnvManager(BCInfo &bcInfo);
1063 const auto &bcInfo = bcInfoCollector->GetBytecodeInfo(); in InferLdExternalModuleVar() local1064 const auto &importRecordsInfos = bcInfo.GetImportRecordsInfos(); in InferLdExternalModuleVar()1279 auto &bcInfo = ctx_->GetBytecodeInfo(); in CheckNamespaceFunc() local1280 auto &methodLists = bcInfo.GetMethodList(); in CheckNamespaceFunc()
844 kungfu::PGOBCInfo *bcInfo = bcInfoCollector_->GetPGOBCInfo(); in GetPGOGTCountByRecordName() local845 return bcInfo->GetPGOExtendGTCount(recordName); in GetPGOGTCountByRecordName()