Searched refs:importRecordInfos (Results 1 – 1 of 1) sorted by relevance
183 const auto &importRecordInfos = bytecodeInfo_.GetImportRecordsInfos(); in AddDependList() local184 auto iter = importRecordInfos.find(recordName); in AddDependList()186 if (iter == importRecordInfos.end()) { in AddDependList()