HomeSort by relevance Sort by last modified time
    Searched refs:_cache (Results 1 - 9 of 9) sorted by null

  /dalvik/vm/
AtomicCache.h 81 * _cache is an AtomicCache*
82 * _cacheSize is _cache->cacheSize (can save a cycle avoiding the lookup)
95 #define ATOMIC_CACHE_LOOKUP(_cache, _cacheSize, _key1, _key2) ({ \
103 pEntry = (_cache)->entries + hash; \
124 (_cache)->fail++; \
129 (_cache)->hits++; \
140 firstVersion CACHE_XARG(_cache) ); \
  /external/webkit/Source/WebKit/mac/Misc/
WebElementDictionary.h 37 NSMutableDictionary *_cache; member in namespace:NSDictionary
WebElementDictionary.mm 59 // calling objectForKey will cache the value in our _cache dictionary
114 [_cache release];
136 return [_cache count];
143 return [_cache keyEnumerator];
148 id value = [_cache objectForKey:key];
159 if (!_cache)
160 _cache = [[NSMutableDictionary alloc] initWithCapacity:lookupTableCount];
161 [_cache setObject:value forKey:key];
168 _cacheComplete = ([_cache count] + [_nilValues count]) == lookupTableCount;
  /external/valgrind/main/helgrind/
hg_wordset.c 84 WCache* _cache = &(_zzcache); \
85 tl_assert(_cache->dynMax >= 1); \
86 tl_assert(_cache->dynMax <= N_WCACHE_STAT_MAX); \
87 tl_assert(_cache->inUse >= 0); \
88 tl_assert(_cache->inUse <= _cache->dynMax); \
89 if (_cache->inUse > 0) { \
90 if (_cache->ent[0].arg1 == _arg1 \
91 && _cache->ent[0].arg2 == _arg2) \
92 return (_retty)_cache->ent[0].res;
    [all...]
  /bionic/libc/netbsd/resolv/
res_state.c 188 if (!rt->_cache) {
189 rt->_cache = _resolv_cache_create();
191 return rt->_cache;
  /external/webkit/Tools/Scripts/webkitpy/common/net/
failuremap.py 85 self._cache = {}
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshot.js 1038 this._currentPath._cache[this._lastEdge.nodeIndex] = true;
1045 delete this._currentPath._cache[this._lastEdge.nodeIndex];
1051 || !!this._currentPath._cache[nodeIndex];
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]

Completed in 1247 milliseconds