Lines Matching full:backend
89 // zero. The buffer grows up to a size determined by the backend, to keep the
93 explicit UserBuffer(BackendImpl* backend)
94 : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) {
294 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
295 : entry_(NULL, Addr(0)), node_(NULL, Addr(0)), backend_(backend),
297 entry_.LazyInit(backend->File(address), address);
664 // total size tracked by the backend.
752 // backend is disabled.
1154 // Everything is handled by the backend.
1249 // telling the backend about the size reduction.