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

1 2 3

  /external/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...]
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedProperty.h 49 typedef HashMap<SVGAnimatedPropertyDescription, RefPtr<SVGAnimatedProperty>, SVGAnimatedPropertyDescriptionHash, SVGAnimatedPropertyDescriptionHashTraits> Cache;
53 // Remove wrapper from cache.
54 Cache* cache = animatedPropertyCache(); local
55 const Cache::const_iterator end = cache->end();
56 for (Cache::const_iterator it = cache->begin(); it != end; ++it) {
58 cache->remove(it->first);
92 static Cache* animatedPropertyCache(
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 566 /// cache arrays are properly kept sorted.
567 static void AssertSorted(MemoryDependenceAnalysis::NonLocalDepInfo &Cache,
569 if (Count == -1) Count = Cache.size();
573 assert(!(Cache[i] < Cache[i-1]) && "Cache isn't sorted!");
594 NonLocalDepInfo &Cache = CacheP.first;
602 if (!Cache.empty()) {
603 // Okay, we have a cache entry. If we know it is not dirty, just return it
607 return Cache;
    [all...]
  /external/openssl/crypto/des/times/
aix.cc 6 Data/Instr Cache : 16 K
7 L2 Cache : 256 K
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 24 /// \brief Abstract interface for introducing a FileManager cache for 'stat'
40 /// path, using the cache to accellerate it if possible. This returns true if
49 FileSystemStatCache *Cache);
52 /// \brief Sets the next stat call cache in the chain of stat caches.
53 /// Takes ownership of the given stat cache.
54 void setNextStatCache(FileSystemStatCache *Cache) {
55 NextStatCache.reset(Cache);
58 /// \brief Retrieve the next stat call cache in the chain.
61 /// \brief Retrieve the next stat call cache in the chain, transferring
62 /// ownership of this cache (and, transitively, all of the remaining caches
    [all...]
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 32 /// path, using the cache to accelerate it if possible. This returns true if
41 int *FileDescriptor, FileSystemStatCache *Cache) {
45 // If we have a cache, use it to resolve the stat query.
46 if (Cache)
47 R = Cache->getStat(Path, StatBuf, FileDescriptor);
49 // If this is a directory and we have no cache, just go to the file system.
108 // Do not cache failed stats, it is easy to construct common inconsistent
115 // Cache file 'stat' results and directories with absolutely paths.
  /external/llvm/lib/Support/
SourceMgr.cpp 38 // Delete the line # cache if allocated.
39 if (LineNoCacheTy *Cache = getCache(LineNoCache))
40 delete Cache;
96 // If we have a line number cache, and if the query is to a later point in the
99 if (LineNoCacheTy *Cache = getCache(LineNoCache))
100 if (Cache->LastQueryBufferID == BufferID &&
101 Cache->LastQuery <= Loc.getPointer()) {
102 Ptr = Cache->LastQuery;
103 LineNo = Cache->LineNoOfQuery;
112 // Allocate the line number cache if it doesn't exist
    [all...]
  /external/webkit/Source/WebCore/platform/text/
AtomicStringKeyedMRUCache.h 67 typedef Vector<Entry, capacity> Cache;
68 Cache m_cache;
  /external/llvm/lib/CodeGen/
MachineLoopRanges.cpp 45 DeleteContainerSeconds(Cache);
46 Cache.clear();
50 MachineLoopRange *&Range = Cache[Loop];
InterferenceCache.h 36 /// Entry - A cache entry containing interference information for all aliases
42 /// Tag - Cache tag is changed when any of the underlying LiveIntervalUnions
77 assert(!hasRefs() && "Cannot clear cache entry with references");
108 // We don't keep a cache entry for every physical register, that would use too
109 // much memory. Instead, a fixed number of cache entries are used in a round-
120 // The actual cache entries.
129 /// init - Prepare cache for a new function.
137 /// Cursor - The primary query interface for the block interference cache.
169 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) {
174 setEntry(Cache.get(PhysReg))
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 136 Conversation conv = Cache.get(threadId);
142 Cache.put(conv);
144 LogTag.error("Tried to add duplicate Conversation to Cache (from threadId): " + conv);
145 if (!Cache.replace(conv)) {
146 LogTag.error("get by threadId cache.replace failed on " + conv);
165 Conversation conv = Cache.get(recipients);
179 Cache.put(conv);
181 LogTag.error("Tried to add duplicate Conversation to Cache (from recipients): " + conv);
182 if (!Cache.replace(conv)) {
183 LogTag.error("get by recipients cache.replace failed on " + conv)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineLoopRanges.h 92 CacheMap Cache;
  /external/oprofile/events/mips/25K/
events 48 # I-Cache Efficiency:
50 event:0x18 counters:0,1 um:zero minimum:500 name:INSNS_FETCHED_FROM_ICACHE : Total number of instructions fetched from the I-Cache
52 event:0x1a counters:0,1 um:zero minimum:500 name:ICACHE_MISSES : I-Cache miss
55 # D-Cache Efficiency:
57 event:0x1b counters:0,1 um:zero minimum:500 name:DCACHE_MISSES : D-Cache miss
58 event:0x1c counters:0,1 um:zero minimum:500 name:DCACHE_WRITEBACKS : D-Cache number of write-backs
59 event:0x1d counters:0,1 um:zero minimum:500 name:CACHEABLE_DCACHE_REQUEST : number of cacheable requests to D-Cache
62 # Level 2 Cache Efficiency:
64 event:0x1e counters:0,1 um:zero minimum:500 name:L2_MISSES : L2 Cache miss
65 event:0x1f counters:0,1 um:zero minimum:500 name:L2_WBACKS : L2 Cache number of write-back
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptCachedFrameData.h 58 // On Android we do use WebKit's page cache. For now we don't support isolated worlds
89 #error You need to consider whether you want Page Cache and either add a stub or a real implementation.
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
Cache.java 36 * objects they are returned from the cache, if not - newly generated
37 * objects can be saved in the cache.<br>
45 * determine whether object to be generated is in the cache or not.
65 * If it is so - the cached object is returned from the cache,
66 * if not - new object should be generated and saved in the cache.<br>
71 public class Cache {
92 // size of the cache
103 // to the object cached at cache[N]
110 private final Object[] cache; field in class:Cache
112 // This array is used to speed up the process of the search in the cache
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableList.h 145 CacheTy Cache;
168 // Profile the new list to see if it already exists in our cache.
174 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos);
177 // The list does not exist in our cache. Create it.
182 // Insert the new list into the cache.
183 Cache.InsertNode(L, InsertPos);
  /external/doclava/src/com/google/doclava/
Converter.java 221 private static Cache mClasses = new Cache() {
331 private static Cache mMethods = new Cache() {
417 private static Cache mFields = new Cache() {
435 private static Cache mPackagees = new Cache() {
447 private static Cache mTypes = new Cache() {
    [all...]
  /external/freetype/include/freetype/
ftmoderr.h 109 FT_MODERRDEF( Cache, 0x400, "cache module" )
  /external/javassist/src/main/javassist/
CtClassType.java 138 CtMember.Cache memCache = getMembers();
799 CtMember.Cache cache = hasMemberCache(); local
800 if (cache != null) {
801 CtMember mth = cache.methodHead();
802 CtMember tail = cache.lastMethod();
813 protected CtMember.Cache hasMemberCache() {
815 return (CtMember.Cache)memberCache.get();
820 protected synchronized CtMember.Cache getMembers() {
821 CtMember.Cache cache = null local
1494 CtMember.Cache cache = hasMemberCache(); local
    [all...]
CtMember.java 30 static class Cache extends CtMember {
49 Cache(CtClassType decl) {
  /external/oprofile/events/mips/rm7000/
events 12 event:0x08 counters:0,1 um:zero minimum:500 name:EXTERNAL_CACHE_MISSES : External Cache Misses
14 event:0x0a counters:0,1 um:zero minimum:500 name:SCACHE_MISSES : Secondary cache misses
15 event:0x0b counters:0,1 um:zero minimum:500 name:ICACHE_MISSES : Instruction cache misses
16 event:0x0c counters:0,1 um:zero minimum:500 name:DCACHE_MISSES : Data cache misses
23 event:0x13 counters:0,1 um:zero minimum:500 name:SCACHE_WRITEBACKS : Secondary cache writebacks
24 event:0x14 counters:0,1 um:zero minimum:500 name:PCACHE_WRITEBACKS : Primary cache writebacks
25 event:0x15 counters:0,1 um:zero minimum:500 name:DCACHE_MISS_STALL_CYCLES : Dcache miss stall cycles (cycles where both cache miss tokens taken and a third try is requested)
26 event:0x16 counters:0,1 um:zero minimum:500 name:CACHE_MISSES : Cache misses
32 event:0x1d counters:0,1 um:zero minimum:500 name:CACHE_INSTRUCTION_STALL_CYCLES : Cache instruction stall cycles
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
no-page-cache.js 1 description("Tests that pages that use Geolocation are not put in the page cache.<br><br>Currently, Geolocation does not work with the page cache so pages that use Geolocation are explicitly prevented from entering the cache. This test checks for accidental enabling of the page Cache for Geolocation. See https://bugs.webkit.org/show_bug.cgi?id=43956 for details.");
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/chromium/chrome/browser/extensions/
image_loading_tracker_unittest.cc 97 // Tests asking ImageLoadingTracker to cache pushes the result to the Extension.
98 TEST_F(ImageLoadingTrackerTest, Cache) {
111 ImageLoadingTracker::CACHE);
135 ImageLoadingTracker::CACHE);
157 ImageLoadingTracker::CACHE);
  /external/clang/lib/Lex/
PTHLexer.cpp 520 // Get the location of the spelling cache.
528 // Get the number of IdentifierInfos and pre-allocate the identifier cache.
531 // Pre-allocate the persistent ID -> IdentifierInfo* cache. We use calloc()
570 // Store the new IdentifierInfo in the cache.
675 CacheTy Cache;
679 Cache(FL.getNumBuckets(), FL.getNumEntries(), FL.getBuckets(),
687 CacheTy::iterator I = Cache.find(Path);
690 if (I == Cache.end())

Completed in 362 milliseconds

1 2 3