Home
last modified time | relevance | path

Searched refs:CheckLimit (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Ddiskcache.cc78 return CheckLimit(); in Initialize()
103 if ((total_size_ > max_cache_) && !CheckLimit()) { in LockResource()
149 CheckLimit(); in UnlockResource()
212 bool DiskCache::CheckLimit() { in CheckLimit() function in rtc::DiskCache
340 this2->CheckLimit(); in ReleaseResource()
Ddiskcache.h73 bool CheckLimit();
/external/chromium_org/third_party/libjingle/source/talk/base/
Ddiskcache.cc95 return CheckLimit(); in Initialize()
120 if ((total_size_ > max_cache_) && !CheckLimit()) { in LockResource()
166 CheckLimit(); in UnlockResource()
229 bool DiskCache::CheckLimit() { in CheckLimit() function in talk_base::DiskCache
357 this2->CheckLimit(); in ReleaseResource()
Ddiskcache.h90 bool CheckLimit();
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1366 bool CheckLimit = true) { in joinPredSubtree() argument
1385 if (CheckLimit && R.DFSNodeData[PredNum].InstrCount > R.SubtreeLimit) in joinPredSubtree()