Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:address

32   EntryImpl(BackendImpl* backend, Addr address);
80 // Returns the address of the next entry on the list of entries with the same
84 // Sets the address of the next entry on the list of entries with the same
86 void SetNextAddress(Addr address);
128 bool CreateBlock(int size, Addr* address);
130 // Deletes the data pointed by address, maybe backed by files_[index].
131 void DeleteData(Addr address, int index);
136 // Returns a pointer to the file that stores the given address.
137 File* GetBackingFile(Addr address, int index);
140 File* GetExternalFile(Addr address, int index);
170 // the cache address of the data will be returned, and that address will be
175 void GetData(int index, char** buffer, Addr* address);