Home
last modified time | relevance | path

Searched refs:cacheProgramInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DmoduleHelpers.cpp37 …auto cacheProgramInfo = panda::proto::ProtobufSnapshotGenerator::GetCacheContext(cacheFileIter->se… in CompileNpmModuleEntryList() local
39 if (cacheProgramInfo != nullptr && cacheProgramInfo->hashCode == hash) { in CompileNpmModuleEntryList()
40 … auto *cache = allocator->New<util::ProgramCache>(hash, std::move(cacheProgramInfo->program)); in CompileNpmModuleEntryList()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp89 … auto *cacheProgramInfo = proto::ProtobufSnapshotGenerator::GetCacheContext(cacheFileIter->second, in RetrieveProgramFromCacheFiles() local
92 if (cacheProgramInfo != nullptr && cacheProgramInfo->hashCode == src_->hash) { in RetrieveProgramFromCacheFiles()
94 …uto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(cacheProgramInfo->program)); in RetrieveProgramFromCacheFiles()