Searched refs:cacheProgramInfo (Results 1 – 2 of 2) sorted by relevance
37 …auto cacheProgramInfo = panda::proto::ProtobufSnapshotGenerator::GetCacheContext(cacheFileIter->se… in CompileNpmModuleEntryList() local39 if (cacheProgramInfo != nullptr && cacheProgramInfo->hashCode == hash) { in CompileNpmModuleEntryList()40 … auto *cache = allocator->New<util::ProgramCache>(hash, std::move(cacheProgramInfo->program)); in CompileNpmModuleEntryList()
89 … auto *cacheProgramInfo = proto::ProtobufSnapshotGenerator::GetCacheContext(cacheFileIter->second, in RetrieveProgramFromCacheFiles() local92 if (cacheProgramInfo != nullptr && cacheProgramInfo->hashCode == src_->hash) { in RetrieveProgramFromCacheFiles()94 …uto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(cacheProgramInfo->program)); in RetrieveProgramFromCacheFiles()