Lines Matching refs:CacheEntry
139 Entry *CacheEntry; variable
147 if (CacheEntry) in setEntry()
148 CacheEntry->addRef(-1); in setEntry()
149 CacheEntry = E; in setEntry()
150 if (CacheEntry) in setEntry()
151 CacheEntry->addRef(+1); in setEntry()
156 Cursor() : CacheEntry(0), Current(0) {} in Cursor()
159 Cursor(const Cursor &O) : CacheEntry(0), Current(0) { in Cursor()
160 setEntry(O.CacheEntry); in Cursor()
164 setEntry(O.CacheEntry);
179 Current = CacheEntry ? CacheEntry->get(MBBNum) : &NoInterference; in moveToBlock()