Searched refs:cacheFileIter (Results 1 – 2 of 2) sorted by relevance
33 auto cacheFileIter = options.cacheFiles.find(entriesInfo); in CompileNpmModuleEntryList() local34 if (cacheFileIter != options.cacheFiles.end()) { in CompileNpmModuleEntryList()37 … cacheProgramInfo = panda::proto::ProtobufSnapshotGenerator::GetCacheContext(cacheFileIter->second, in CompileNpmModuleEntryList()
81 auto cacheFileIter = options_->cacheFiles.find(src_->fileName); in Run() local82 if (cacheFileIter != options_->cacheFiles.end()) { in Run()86 … auto *cacheProgramInfo = proto::ProtobufSnapshotGenerator::GetCacheContext(cacheFileIter->second, in Run()