Searched refs:newCache (Results 1 – 2 of 2) sorted by relevance
69 IconSpewer(bool newCache = true);92 bool newCache; member in BTrackerPrivate::IconSpewer113 IconSpewer::IconSpewer(bool newCache) in IconSpewer() argument122 newCache(newCache) in IconSpewer()125 if (newCache) in IconSpewer()148 if (newCache) in Run()284 if (newCache) in NextRef()302 if (newCache) { in NextRef()
1196 VMCache* newCache; in map_backing_store() local1199 status = VMCacheFactory::CreateAnonymousCache(newCache, in map_backing_store()1206 newCache->Lock(); in map_backing_store()1207 newCache->temporary = 1; in map_backing_store()1208 newCache->virtual_base = offset; in map_backing_store()1209 newCache->virtual_end = offset + size; in map_backing_store()1211 cache->AddConsumer(newCache); in map_backing_store()1213 cache = newCache; in map_backing_store()