HomeSort by relevance Sort by last modified time
    Searched defs:Cache (Results 1 - 25 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cache.go 9 // A Cache holds reusable compiler state.
11 type Cache struct {
30 func (c *Cache) Reset() {
53 func (c *Cache) NewVarLoc() *VarLoc {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cache.go 9 // A Cache holds reusable compiler state.
11 type Cache struct {
30 func (c *Cache) Reset() {
53 func (c *Cache) NewVarLoc() *VarLoc {
  /external/compiler-rt/test/tsan/
static_init2.cc 6 struct Cache {
8 explicit Cache(int x)
13 void foo(Cache *my) {
14 static Cache *c = my ? my : new Cache(rand());
20 foo(new Cache(rand()));
static_init3.cc 7 struct Cache {
11 Cache g_cache;
13 Cache *CreateCache() {
18 _Atomic(Cache*) queue;
21 static Cache *c = CreateCache();
27 Cache *c = 0;
static_init4.cc 7 struct Cache {
9 explicit Cache(int x)
16 Cache *CreateCache() {
18 return new Cache(rand());
22 static Cache *c = CreateCache();
static_init5.cc 7 struct Cache {
9 explicit Cache(int x)
15 return new Cache((int)(long)p);
18 Cache *CreateCache() {
23 return (Cache*)res;
27 static Cache *c = CreateCache();
static_init6.cc 7 struct Cache {
9 explicit Cache(int x)
15 return new Cache((int)(long)p);
18 Cache *CreateCache() {
23 return (Cache*)res;
27 static Cache *c = CreateCache();
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 26 typedef Alloc::Cache Cache;
31 Cache cache; local
32 alloc.InitCache(&cache);
37 IndexT idx = alloc.Alloc(&cache);
48 alloc.Free(&cache, idx);
51 alloc.FlushCache(&cache);
  /external/guava/guava/src/com/google/common/cache/
Cache.java 17 package com.google.common.cache;
33 * A semi-persistent mapping from keys to values. Cache entries are manually added using
34 * {@link #get(Object, Callable)} or {@link #put(Object, Object)}, and are stored in the cache until
50 public interface Cache<K, V> {
53 * Returns the value associated with {@code key} in this cache, or {@code null} if there is no
62 * Returns the value associated with {@code key} in this cache, obtaining that value from
63 * {@code valueLoader} if necessary. No observable state associated with this cache is modified
65 * "if cached, return; otherwise create, cache and return" pattern.
80 * Returns a map of the values associated with {@code keys} in this cache. The returned map will
81 * only contain entries which are already present in the cache
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LeaksContext.h 33 Cache(0), Name(name) { }
36 Cache = 0;
51 if (Cache) {
52 assert(Cache != o && "Object already in set!");
53 Ts.insert(Cache);
55 Cache = o;
59 if (o == Cache)
60 Cache = 0; // Cache hit
66 addGarbage(0); // Flush the Cache
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 56 /// Evict the given function from cache
67 /// \brief Ensures that the given function is available in the cache.
68 /// Returns the appropriate entry from the cache.
71 /// \brief Inserts the given Function into the cache.
81 /// in the cache as an Optional without a value. This way, if we
84 DenseMap<const Function *, Optional<FunctionInfo>> Cache;
CFLSteensAliasAnalysis.h 58 /// \brief Inserts the given Function into the cache.
63 /// \brief Ensures that the given function is available in the cache.
64 /// Returns the appropriate entry from the cache.
97 /// in the cache as an Optional without a value. This way, if we
100 DenseMap<Function *, Optional<FunctionInfo>> Cache;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 56 /// Evict the given function from cache
67 /// \brief Ensures that the given function is available in the cache.
68 /// Returns the appropriate entry from the cache.
71 /// \brief Inserts the given Function into the cache.
81 /// in the cache as an Optional without a value. This way, if we
84 DenseMap<const Function *, Optional<FunctionInfo>> Cache;
CFLSteensAliasAnalysis.h 58 /// \brief Inserts the given Function into the cache.
63 /// \brief Ensures that the given function is available in the cache.
64 /// Returns the appropriate entry from the cache.
97 /// in the cache as an Optional without a value. This way, if we
100 DenseMap<Function *, Optional<FunctionInfo>> Cache;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 56 /// Evict the given function from cache
67 /// \brief Ensures that the given function is available in the cache.
68 /// Returns the appropriate entry from the cache.
71 /// \brief Inserts the given Function into the cache.
81 /// in the cache as an Optional without a value. This way, if we
84 DenseMap<const Function *, Optional<FunctionInfo>> Cache;
CFLSteensAliasAnalysis.h 58 /// \brief Inserts the given Function into the cache.
63 /// \brief Ensures that the given function is available in the cache.
64 /// Returns the appropriate entry from the cache.
97 /// in the cache as an Optional without a value. This way, if we
100 DenseMap<Function *, Optional<FunctionInfo>> Cache;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 56 /// Evict the given function from cache
67 /// \brief Ensures that the given function is available in the cache.
68 /// Returns the appropriate entry from the cache.
71 /// \brief Inserts the given Function into the cache.
81 /// in the cache as an Optional without a value. This way, if we
84 DenseMap<const Function *, Optional<FunctionInfo>> Cache;
CFLSteensAliasAnalysis.h 58 /// \brief Inserts the given Function into the cache.
63 /// \brief Ensures that the given function is available in the cache.
64 /// Returns the appropriate entry from the cache.
97 /// in the cache as an Optional without a value. This way, if we
100 DenseMap<Function *, Optional<FunctionInfo>> Cache;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 56 /// Evict the given function from cache
67 /// \brief Ensures that the given function is available in the cache.
68 /// Returns the appropriate entry from the cache.
71 /// \brief Inserts the given Function into the cache.
81 /// in the cache as an Optional without a value. This way, if we
84 DenseMap<const Function *, Optional<FunctionInfo>> Cache;
CFLSteensAliasAnalysis.h 58 /// \brief Inserts the given Function into the cache.
63 /// \brief Ensures that the given function is available in the cache.
64 /// Returns the appropriate entry from the cache.
97 /// in the cache as an Optional without a value. This way, if we
100 DenseMap<Function *, Optional<FunctionInfo>> Cache;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 56 /// Evict the given function from cache
67 /// \brief Ensures that the given function is available in the cache.
68 /// Returns the appropriate entry from the cache.
71 /// \brief Inserts the given Function into the cache.
81 /// in the cache as an Optional without a value. This way, if we
84 DenseMap<const Function *, Optional<FunctionInfo>> Cache;
CFLSteensAliasAnalysis.h 58 /// \brief Inserts the given Function into the cache.
63 /// \brief Ensures that the given function is available in the cache.
64 /// Returns the appropriate entry from the cache.
97 /// in the cache as an Optional without a value. This way, if we
100 DenseMap<Function *, Optional<FunctionInfo>> Cache;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 56 /// Evict the given function from cache
67 /// \brief Ensures that the given function is available in the cache.
68 /// Returns the appropriate entry from the cache.
71 /// \brief Inserts the given Function into the cache.
81 /// in the cache as an Optional without a value. This way, if we
84 DenseMap<const Function *, Optional<FunctionInfo>> Cache;
CFLSteensAliasAnalysis.h 58 /// \brief Inserts the given Function into the cache.
63 /// \brief Ensures that the given function is available in the cache.
64 /// Returns the appropriate entry from the cache.
97 /// in the cache as an Optional without a value. This way, if we
100 DenseMap<Function *, Optional<FunctionInfo>> Cache;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 56 /// Evict the given function from cache
67 /// \brief Ensures that the given function is available in the cache.
68 /// Returns the appropriate entry from the cache.
71 /// \brief Inserts the given Function into the cache.
81 /// in the cache as an Optional without a value. This way, if we
84 DenseMap<const Function *, Optional<FunctionInfo>> Cache;

Completed in 515 milliseconds

1 2 3 4 5 6 7 8 91011>>