Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DmoduleHelpers.cpp33 auto cacheFileIter = options.cacheFiles.find(entriesInfo); in CompileNpmModuleEntryList() local
34 if (cacheFileIter != options.cacheFiles.end()) { in CompileNpmModuleEntryList()
37 … cacheProgramInfo = panda::proto::ProtobufSnapshotGenerator::GetCacheContext(cacheFileIter->second, in CompileNpmModuleEntryList()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp81 auto cacheFileIter = options_->cacheFiles.find(src_->fileName); in Run() local
82 if (cacheFileIter != options_->cacheFiles.end()) { in Run()
86 … auto *cacheProgramInfo = proto::ProtobufSnapshotGenerator::GetCacheContext(cacheFileIter->second, in Run()