Home | History | Annotate | Download | only in VMCore

Lines Matching defs:Cache

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
68 assert(Cache == 0 && "No value should be cached anymore!");
88 const T* Cache;