Searched refs:CheckLimit (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.cc78 return CheckLimit();
103 if ((total_size_ > max_cache_) && !CheckLimit()) {
149 CheckLimit();
212 bool DiskCache::CheckLimit() { function in class:rtc::DiskCache
340 this2->CheckLimit();
H A Ddiskcache.h73 bool CheckLimit();
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1288 joinPredSubtree(*PI, SU, /*CheckLimit=*/false);
1366 bool CheckLimit = true) {
1385 if (CheckLimit && R.DFSNodeData[PredNum].InstrCount > R.SubtreeLimit)

Completed in 66 milliseconds