Home
last modified time | relevance | path

Searched refs:cache_key (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/Reviewing/
Dfind_interesting_reviews.py480 def _populate_cache_for(self, cache_key): argument
481 assert cache_key not in self.cache
482 git_repo, base_revision, path = cache_key
487 self.cache[cache_key] = \
498 cache_key = (git_repo, base_revision, path)
499 if cache_key not in self.cache:
500 self._populate_cache_for(cache_key)
501 assert cache_key in self.cache
502 all_blame_lines = self.cache[cache_key]
/openbsd/src/gnu/usr.bin/perl/lib/
DBenchmark.pm742 my $cache_key = $n . ( ref( $code ) ? 'c' : 's' );
743 if ($Do_Cache && exists $Cache{$cache_key} ) {
744 $wn = $Cache{$cache_key};
750 $Cache{$cache_key} = $wn;
/openbsd/src/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/
DHtml.pm442 my $this_cache_key = $self->cache_key();
457 sub cache_key { subroutine
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py766 cache_key = (path_to_binary, arch)
767 cached_value = _get_uuid_from_binary_cache.get(cache_key)
805 _get_uuid_from_binary_cache[cache_key] = uuid