Home
last modified time | relevance | path

Searched defs:CheckList (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_list_test.cc34 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0, in CheckList() function
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpage_heap.cc471 bool PageHeap::CheckList(Span* list, Length min_pages, Length max_pages, in CheckList() function in tcmalloc::PageHeap
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpage_heap.cc534 bool PageHeap::CheckList(Span* list, Length min_pages, Length max_pages, in CheckList() function in tcmalloc::PageHeap
/external/chromium_org/net/disk_cache/blockfile/
Drankings.cc799 int Rankings::CheckList(List list) { in CheckList() function in disk_cache::Rankings
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp622 SUnit *SU, SUnit *ExitSU, std::set<SUnit *> &CheckList, in adjustChainDeps()