Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Ddiskcache.cc80 return CheckLimit(); in Initialize()
105 if ((total_size_ > max_cache_) && !CheckLimit()) { in LockResource()
151 CheckLimit(); in UnlockResource()
214 bool DiskCache::CheckLimit() { in CheckLimit() function in rtc::DiskCache
342 this2->CheckLimit(); in ReleaseResource()
Ddiskcache.h73 bool CheckLimit();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1271 bool CheckLimit = true) { in joinPredSubtree() argument
1289 if (CheckLimit && R.DFSNodeData[PredNum].InstrCount > R.SubtreeLimit) in joinPredSubtree()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1544 bool CheckLimit = true) { in joinPredSubtree() argument
1563 if (CheckLimit && R.DFSNodeData[PredNum].InstrCount > R.SubtreeLimit) in joinPredSubtree()